Skip to content

Commit

Permalink
Changing *linux version, not win
Browse files Browse the repository at this point in the history
  • Loading branch information
roigcarlo committed Nov 29, 2024
1 parent 784cf74 commit 6c1f603
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ jobs:

- name: CI configuration
shell: bash
run: python3 kratos/python_scripts/testing/ci_utilities.py
run: |
python3 kratos/python_scripts/testing/ci_utilities.py
python3 -m pip install --upgrade numpy==1.26.4
- name: Build
shell: bash
Expand Down Expand Up @@ -271,7 +273,7 @@ jobs:
- name: Installing dependencies
shell: cmd
run: |
pip install numpy=1.26.4
pip install numpy
pip install sympy
pip install scipy
pip install h5py
Expand Down Expand Up @@ -483,7 +485,7 @@ jobs:
- name: Installing dependencies
shell: cmd
run: |
pip install numpy=1.26.4
pip install numpy
pip install sympy
pip install scipy
Expand Down

0 comments on commit 6c1f603

Please sign in to comment.