Skip to content

Commit 5ce5e41

Browse files
committed
Fix missing dependencies in test suite 🤦
1 parent d3ea96a commit 5ce5e41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/test.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
python-version: ${{ matrix.python-version }}
3232
- name: Install dependencies
3333
# Will become `python -m pip install . --group test` when we drop Python 3.7
34-
run: python -m pip install pytest
34+
run: python -m pip install python-dotenv deprecation pytest
3535
- name: Test Execution
3636
run: python -m pytest ./tests

0 commit comments

Comments
 (0)