Skip to content

Commit

Permalink
Update hsp2-install-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rburghol authored Mar 6, 2024
1 parent d2aeef6 commit 453b0e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/hsp2-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Install hsp2
run: |
# install the hsp2 executable
pip install .
- name: Lint with flake8
Expand All @@ -38,3 +40,8 @@ jobs:
pytest tests/ptest/test_sysexit.py
# add additional test, ex:
# pytest tests/testcbp/HSP2results/benchmark.py
- name: Run hsp2 test10
run: |
cd tests/test10/HSP2results
hsp2 import_uci test10.uci test10.h5
hsp2 run test10.h5

0 comments on commit 453b0e9

Please sign in to comment.