Skip to content

Commit

Permalink
attempt a conda install tester
Browse files Browse the repository at this point in the history
  • Loading branch information
Burgholzer authored and Burgholzer committed Feb 29, 2024
1 parent f79bc56 commit e3dfaf0
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/hsp2-conda-install-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
$CONDA/bin/pytest tests/ptest/test_sysexit.py
# Add more tests here. Example (note, benchmark takes a long time to run and could crush the free monthly 2,000 minutes during times of high activity)
# $CONDA/bin/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
5 changes: 5 additions & 0 deletions .github/workflows/hsp2-pip-install-test-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,8 @@ jobs:
pytest tests/ptest/test_sysexit.py
# Add more tests here. Example (note, benchmark takes a long time to run and could crush the free monthly 2,000 minutes during times of high activity)
# 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
3 changes: 2 additions & 1 deletion .github/workflows/hsp2-pip-install-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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
pytest pytest10.py
hsp2 run test10.h5

0 comments on commit e3dfaf0

Please sign in to comment.