Skip to content

Commit

Permalink
finally a working 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 29, 2024
1 parent 1046d8e commit 40a2f84
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
auditwheel repair dist/*.whl
- name: Build source archive
if: matrix.python.name == 'cp311'
if: matrix.python.name == 'cp312'
run: python3 setup.py sdist

- name: Install lightsim2grid wheel
Expand Down Expand Up @@ -460,6 +460,7 @@ jobs:
# otherwise urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'

- name: Install grid2op
if: matrix.python.name != 'cp313' # pandapower does not support 3.13, so grid2op does not so I cannot test that for 3.13
run: |
python -m pip install grid2op
python -m pip freeze
Expand Down

0 comments on commit 40a2f84

Please sign in to comment.