Skip to content

Commit

Permalink
[CI] Install all requirements in daily stubtest
Browse files Browse the repository at this point in the history
  • Loading branch information
srittau committed Sep 29, 2022
1 parent 11a14f5 commit 6e1adc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
python-version: "3.9"
- name: Install dependencies
run: pip install $(grep tomli== requirements-tests.txt) termcolor
run: pip install -r requirements-tests.txt
- name: Install apt packages
run: |
sudo apt update
Expand Down

0 comments on commit 6e1adc2

Please sign in to comment.