Skip to content

Commit

Permalink
update test workflow to install with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Mar 28, 2024
1 parent 44be3c0 commit b04e505
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@ jobs:
run: |
pip install --upgrade pip setuptools wheel
pip install coverage
pip install -r requirements.txt
pip install .
- name: Run tests with coverage
run: |
coverage run --source flowkit --omit="flowkit/tests/*" run_tests.py
coverage run --source flowkit run_tests.py
coverage xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit b04e505

Please sign in to comment.