Skip to content

Commit

Permalink
ci: fix missing deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
funilrys committed Oct 25, 2024
1 parent 4151d14 commit dfae09c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install -r requirements.txt
pip install --upgrade .[test]
pip install tox coveralls
- name: Test as defined by tox.ini
Expand Down

0 comments on commit dfae09c

Please sign in to comment.