Skip to content

Commit

Permalink
minor update on workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
manoskary committed Jul 18, 2024
1 parent 7c71c44 commit 695fc75
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install package with pip
run:
pip install .
- name: Test with pytest
run: |
Expand Down

0 comments on commit 695fc75

Please sign in to comment.