Skip to content

Commit

Permalink
trying to see if I can still use manylinux2014_x86_64
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 53acb35 commit 11c8308
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,13 +160,13 @@ jobs:
python3 -v -c "from lightsim2grid import LightSimBackend; import grid2op; env = grid2op.make('l2rpn_case14_sandbox', test=True, backend=LightSimBackend())"

- name: Upload wheel
uses: actions/upload-artifact@v3 # v4 broken
uses: actions/upload-artifact@v2 # v4 broken
with:
name: lightsim2grid-wheel-linux-${{ matrix.python.name }}-${{ matrix.cont.name }}
path: wheelhouse/*.whl

- name: Upload source archive
uses: actions/upload-artifact@v3 # v4 broken
uses: actions/upload-artifact@v2 # v4 broken
if: matrix.python.name == 'cp311'
with:
name: lightsim2grid-sources
Expand Down

0 comments on commit 11c8308

Please sign in to comment.