Skip to content

Commit

Permalink
putting back the checkout v3 and upload v3 because v4 crashes on ubun…
Browse files Browse the repository at this point in the history
…tu machine
  • Loading branch information
BDonnot committed Mar 25, 2024
1 parent ed64bd0 commit 4a6eea9
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 @@ -117,13 +117,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@v4
uses: actions/upload-artifact@v3 # v4 broken
with:
name: lightsim2grid-wheel-linux-${{ matrix.python.name }}
path: wheelhouse/*.whl

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

0 comments on commit 4a6eea9

Please sign in to comment.