Skip to content

Commit

Permalink
fix: add requirements for test action
Browse files Browse the repository at this point in the history
  • Loading branch information
future-xy committed Feb 14, 2025
1 parent 205139c commit 7c24a00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e ".[test]"
pip install -r requirements.txt -r requirements-test.txt
pip install .
- name: Run tests
run: python -m unittest discover -s tests

0 comments on commit 7c24a00

Please sign in to comment.