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 6349aab commit 079f009Copy full SHA for 079f009
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
else
40
python -m pip install '.[dev]'
41
fi
42
+ env:
43
+ REQUIREMENTS: ${{ matrix.requirements }}
44
- name: Run tests
45
run: |
46
pytest
0 commit comments