Skip to content

Commit

Permalink
Update unittests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan authored Mar 5, 2024
1 parent 6e48b87 commit 0e2e03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python setup.py
python setup.py install
- name: Run unittests
run: |
python tests/unit_tests.py

0 comments on commit 0e2e03a

Please sign in to comment.