We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
deprecated
1 parent e66fadc commit 02c4c31Copy full SHA for 02c4c31
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
- name: (Python 3.7) Install dependencies
33
if: ${{ matrix.python-version == '3.7' }}
34
- run: python -m pip install python-dotenv pytest
+ run: python -m pip install deprecated python-dotenv pytest
35
- name: (Python >= 3.9) Install dependencies
36
if: ${{ matrix.python-version != '3.7' }}
37
run: python -m pip install . --group test
0 commit comments