Skip to content

Commit

Permalink
fix workflow requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Aug 23, 2024
1 parent 2cadcd2 commit 474b940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-asyncio pytest-sugar
pip install -r requirements_cli.txt # uses TokenManager (aiofiles)
pip install -r requirements_dev.txt
- name: Install the package
run: pip install -e .
Expand Down
1 change: 1 addition & 0 deletions requirements_dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
pytest>=8.3.2
pytest-asyncio>=0.23.7
pytest-xdist>=3.6.1
pytest-sugar>=1.0.0

# used for testing at runtime
debugpy >= 1.8.5
Expand Down

0 comments on commit 474b940

Please sign in to comment.