Skip to content

Commit

Permalink
Install requirements_test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
golles committed May 18, 2023
1 parent 5e51cde commit a9d5420
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,9 @@ jobs:
python-version: "3.10"

- name: Install requirements
run: python3 -m pip install -r requirements_test.txt
run: |
python3 -m pip install -r requirements.txt
python3 -m pip install -r requirements_test.txt
- name: Run tests
run: |
Expand Down

0 comments on commit a9d5420

Please sign in to comment.