Skip to content

Commit

Permalink
Addded install requirements_test_functional to incremental-cover-chec…
Browse files Browse the repository at this point in the history
…k.yml
  • Loading branch information
SneakyTurtlle committed Dec 12, 2023
1 parent 703a435 commit d66ebde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/incremental-cover-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
run: |
pip3 install -r requirements.txt
pip3 install -r requirements_test.txt
pip3 install -r requirements_test_functional.txt
- name: Python unittest
continue-on-error: true
run: |
Expand Down

0 comments on commit d66ebde

Please sign in to comment.