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 239e3e5 commit 1efbc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-pytest.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 1efbc48

Please sign in to comment.