Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
  • Loading branch information
BDonnot committed Nov 28, 2024
1 parent 6355c4e commit e0feeb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
python3 -c "from lightsim2grid.gridmodel import GridModel"
- name: Check package can be imported (bare install, numpy < 2)
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38'
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38' && matrix.python.name != 'cp3.13'
run: |
python3 -m pip install "numpy<2"
cd tmp_for_import_checking
Expand Down Expand Up @@ -284,7 +284,7 @@ jobs:
python3 -c "from lightsim2grid.gridmodel import GridModel"
- name: Check package can be imported (bare install, numpy < 2)
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38'
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38' && matrix.python.name != 'cp313'
run: |
python3 -m pip install "numpy<2"
cd tmp_for_import_checking
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
python3 -c "from lightsim2grid.gridmodel import GridModel"
- name: Check package can be imported (bare install, numpy < 2)
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38'
if: matrix.python.name != 'cp37' && matrix.python.name != 'cp38' && matrix.python.name != 'cp313'
run: |
python3 -m pip install "numpy<2"
cd tmp_for_import_checking
Expand Down

0 comments on commit e0feeb6

Please sign in to comment.