From c7800eb157291b0cbe59f2d881cf551c29cc9159 Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 17 Apr 2024 18:38:35 +0100 Subject: [PATCH] Update omv-ci.yml --- .github/workflows/omv-ci.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml index 1be2031..ce0a81e 100644 --- a/.github/workflows/omv-ci.yml +++ b/.github/workflows/omv-ci.yml @@ -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: @@ -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: |