Skip to content

Commit

Permalink
Wip
Browse files Browse the repository at this point in the history
Signed-off-by: Geoffroy Jamgotchian <geoffroy.jamgotchian@rte-france.com>
  • Loading branch information
geofjamg committed Sep 22, 2023
1 parent f97d23b commit 1f659b4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .github/workflows/dev-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ jobs:
working-directory: ./docs
run: make doctest

- name: Upload wheel
uses: actions/upload-artifact@v3
with:
name: pypowsybl-wheel-${{ matrix.config.name }}-${{ matrix.python.name }}
path: dist/*.whl
macos_windows_build:
name: Build ${{ matrix.config.name }} ${{ matrix.python.name }} wheel
runs-on: ${{ matrix.config.os }}
Expand All @@ -109,10 +104,6 @@ jobs:
name: cp38,
version: '3.8',
}
- {
name: cp39,
version: '3.9',
}

steps:
- name: Setup GraalVM
Expand Down Expand Up @@ -156,9 +147,3 @@ jobs:
- name: Run doc examples
working-directory: ./docs
run: make doctest

- name: Upload wheel
uses: actions/upload-artifact@v3
with:
name: pypowsybl-wheel-${{ matrix.config.name }}-${{ matrix.python.name }}
path: dist/*.whl

0 comments on commit 1f659b4

Please sign in to comment.