Skip to content

Commit

Permalink
Add pip upgrade nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Apr 2, 2024
1 parent 3bc6dbe commit f305145
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ubi8-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ jobs:
run: |
python3 -m pip install -r ../requirements.txt
export PYTHONPATH=$PWD/../
pytest --color=yes -rs -vv --cov=. --cov-report term --cov-config=.coveragerc
- name: Pip Upgrade pytest-cov
working-directory: OpenCSP/example
run: |
python3 -m pip install -U -r ../requirements.txt
export PYTHONPATH=$PWD/../
pytest --color=yes -rs -vv --cov=. --cov-report term --cov-config=.coveragerc

0 comments on commit f305145

Please sign in to comment.