Skip to content

Commit

Permalink
Use test branches
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson committed Apr 19, 2024
1 parent 72986f6 commit ec56a35
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:

- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
# experimental branch of pynml
pip install git+https://github.com//NeuroML/pyNeuroML@experimental
pip install git+https://github.com/OpenSourceBrain/osb-model-validation@test_xpp
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
Expand Down

0 comments on commit ec56a35

Please sign in to comment.