We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3aa475 commit 96cf02aCopy full SHA for 96cf02a
.github/workflows/test.yml
@@ -23,11 +23,7 @@ jobs:
23
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405
24
with:
25
python-version: ${{ matrix.python-version }}
26
- - name: (Python 3.7) Install dependencies
27
- if: ${{ matrix.python-version == '3.7' }}
28
- run: python -m pip install deprecation python-dotenv pytest
29
- - name: (Python >= 3.9) Install dependencies
30
- if: ${{ matrix.python-version != '3.7' }}
+ - name: Install dependencies
31
run: python -m pip install . --group test
32
- name: Run entire test suite
33
run: python -m pytest ./tests
0 commit comments