Skip to content

Commit bbac35a

Browse files
committed
Remove poetry lock in CI
1 parent 9afa826 commit bbac35a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
- name: Install dependencies
2525
run: |
2626
poetry config virtualenvs.create false
27-
poetry lock
2827
poetry install --extras "dev"
2928
- name: Test with pytest (full)
3029
if: github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)