Skip to content

Commit

Permalink
Update omv-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pgleeson authored Apr 17, 2024
1 parent 3b499f3 commit c7800eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/omv-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ on:
schedule:
- cron: "1 1 1 */2 *"
push:
branches: [ master, development, experimental ]
branches: [ main, development, experimental ]
pull_request:
branches: [ master, development, experimental ]
branches: [ main, development, experimental ]

jobs:
build:
Expand All @@ -30,7 +30,6 @@ jobs:
- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation
pip install scipy sympy matplotlib cython pandas tables
- name: Run OMV tests on engine ${{ matrix.engine }}
run: |
Expand Down

0 comments on commit c7800eb

Please sign in to comment.