Skip to content

Commit

Permalink
bugfix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
zxdavb committed Jun 24, 2024
1 parent b15baac commit a0c2958
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install pytest pytest-asyncio
pip install pytest pytest-asyncio pytest-xdist
- name: Install the package
run: pip install -e .
Expand Down

0 comments on commit a0c2958

Please sign in to comment.