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.
deprecation
1 parent 11ada60 commit a6b0e1dCopy full SHA for a6b0e1d
.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 deprecation pytest
+ run: python -m pip install 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