Skip to content

Commit 4d7c586

Browse files
committed
Correct exclusion
1 parent e0c72ba commit 4d7c586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
7070
- name: Install numpy < 2 (or <2.4) if necessary...
7171
run: |
72-
pip install "numpy<2.4" # See https://github.com/OpenSourceBrain/osb-model-validation/issues/150
72+
pip install "numpy<2.4" # Issue with numpy 2.4 and quantities, see https://github.com/OpenSourceBrain/osb-model-validation/issues/150
7373
7474
if [[ ${{ matrix.engine }} == *"MOOSE"* ]] || [[ ${{ matrix.engine }} == *"Moose"* ]]; then pip install "numpy<2" ; fi ;
7575

.github/workflows/ci_versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
1919
runs-on: [ubuntu-latest, macos-14, macos-latest ]
2020
exclude:
21-
- runs-on: macos-latest
21+
- runs-on: macos-14
2222
python-version: "3.9"
2323

2424
steps:

0 commit comments

Comments
 (0)