Skip to content

Commit 700d8ed

Browse files
fix: missing package in ci
1 parent af5c927 commit 700d8ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
run: |
8686
python -m pip install --upgrade pip
8787
pip install -r requirements.txt
88-
pip install pytest pytest-asyncio pytest-cov
88+
pip install pytest pytest-asyncio pytest-cov python-dotenv
8989
pip install -e .
9090
9191
- name: Run test ${{ matrix.test-file }}

0 commit comments

Comments
 (0)