Skip to content

Commit

Permalink
Test with omv pynn v0.11 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed May 2, 2024
1 parent f079fb1 commit 8da9553
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/non-omv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ jobs:

- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
pip install git+https://github.com/OpenSourceBrain/osb-model-validation@test_pynn011
- name: Test some scripts
run: |
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:

- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
pip install scipy sympy matplotlib cython pandas tables
pip install 'numpy<=1.23.0' # see https://github.com/OpenSourceBrain/osb-model-validation/issues/91
pip install git+https://github.com/OpenSourceBrain/osb-model-validation@test_pynn011
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
Expand Down

0 comments on commit 8da9553

Please sign in to comment.