We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afa826 commit bbac35aCopy full SHA for bbac35a
.github/workflows/python-ci.yml
@@ -24,7 +24,6 @@ jobs:
24
- name: Install dependencies
25
run: |
26
poetry config virtualenvs.create false
27
- poetry lock
28
poetry install --extras "dev"
29
- name: Test with pytest (full)
30
if: github.ref == 'refs/heads/master'
0 commit comments