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 d3ea96a commit 5ce5e41Copy full SHA for 5ce5e41
‎.github/workflows/test.yml‎
@@ -31,6 +31,6 @@ jobs:
31
python-version: ${{ matrix.python-version }}
32
- name: Install dependencies
33
# Will become `python -m pip install . --group test` when we drop Python 3.7
34
- run: python -m pip install pytest
+ run: python -m pip install python-dotenv deprecation pytest
35
- name: Test Execution
36
run: python -m pytest ./tests
0 commit comments