Skip to content

Commit

Permalink
ci: use lock to avoid some operations
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Dec 20, 2021
1 parent fa9a5a9 commit 8df934d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
run: pip3 install poetry2conda poetry

- name: Pin numba and llvmlite
run: poetry add "numba@${{ matrix.deps.numba }}" "llvmlite@${{ matrix.deps.llvmlite }}"
run: poetry add --lock "numba@${{ matrix.deps.numba }}" "llvmlite@${{ matrix.deps.llvmlite }}"

- name: Generate conda environment file
run: poetry2conda --dev pyproject.toml - | tee environment.yaml
Expand Down

0 comments on commit 8df934d

Please sign in to comment.