From fda781712cc41a84521937555bf9d69344a9b592 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 10 Jun 2025 17:19:15 +0100
Subject: [PATCH 1/4] Update omv-ci.yml
---
.github/workflows/omv-ci.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml
index b00e6b6..c23b0f6 100644
--- a/.github/workflows/omv-ci.yml
+++ b/.github/workflows/omv-ci.yml
@@ -52,7 +52,9 @@ jobs:
- name: Install OMV
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
- pip install scipy sympy matplotlib "cython<3.1.0" pandas tables
+
+ # pip install scipy sympy matplotlib "cython<3.1.0" pandas tables # let omv handle these deps...
+
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
- name: Run OMV tests on engine ${{ matrix.engine }}
From ddbb50a26dcd7ec52e45c4b2ac4ff8110b25ae3c Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 10 Jun 2025 17:20:53 +0100
Subject: [PATCH 2/4] Update omv-ci.yml
---
.github/workflows/omv-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml
index c23b0f6..4ab0477 100644
--- a/.github/workflows/omv-ci.yml
+++ b/.github/workflows/omv-ci.yml
@@ -53,7 +53,7 @@ jobs:
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
- # pip install scipy sympy matplotlib "cython<3.1.0" pandas tables # let omv handle these deps...
+ pip install "cython<3.1.0" # let omv handle other deps...
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
From b2c00a9042c7618d83873795b6f0cff9a11999c7 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 10 Jun 2025 17:26:18 +0100
Subject: [PATCH 3/4] Update omv-ci.yml
---
.github/workflows/omv-ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml
index 4ab0477..ac9e74d 100644
--- a/.github/workflows/omv-ci.yml
+++ b/.github/workflows/omv-ci.yml
@@ -53,7 +53,7 @@ jobs:
run: |
pip install git+https://github.com/OpenSourceBrain/osb-model-validation # @test_nest
- pip install "cython<3.1.0" # let omv handle other deps...
+ pip install matplotlib "cython<3.1.0" # let omv handle other deps...
sudo apt-get install libgsl27 libgslcblas0 # install GSL for ubuntu 24.04
From 5f844f36991058845ebbff75e43c60e738794af0 Mon Sep 17 00:00:00 2001
From: Padraig Gleeson
Date: Tue, 10 Jun 2025 17:32:49 +0100
Subject: [PATCH 4/4] Update omv-ci.yml
---
.github/workflows/omv-ci.yml | 2 --
1 file changed, 2 deletions(-)
diff --git a/.github/workflows/omv-ci.yml b/.github/workflows/omv-ci.yml
index ac9e74d..d541a72 100644
--- a/.github/workflows/omv-ci.yml
+++ b/.github/workflows/omv-ci.yml
@@ -21,8 +21,6 @@ jobs:
- jNeuroML_validate
- PyNEST
- "PyNEST:2.20.0"
- - "PyNEST:3.2"
- - "PyNEST:3.3"
- "PyNEST:3.4"
- "PyNEST:3.6"
- "PyNEST:3.8"