Skip to content

Commit

Permalink
B
Browse files Browse the repository at this point in the history
  • Loading branch information
Sonic0 committed Apr 10, 2024
1 parent 6133aa0 commit b622328
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python3 -m pip install --upgrade pip
python3 -m pip install -r requirements/ci.txt
python3 -m pip install -r requirements.txt
- name: Run tests with pytest
run: |
python -m unittest discover -v tests/unit
Expand Down

0 comments on commit b622328

Please sign in to comment.