Skip to content

Commit

Permalink
change notification
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Nov 19, 2024
1 parent 4308b75 commit c1de3f7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,9 @@ jobs:
config:
- { name: ubuntu, os: ubuntu-latest}
- { name: darwin, os: macos-12, macosx_deployment_target: "10.16", bdist_wheel_args: "--plat-name macosx-11.0-x86_64" }
- { name: darwin-arm64, os: macos-14, macosx_deployment_target: "11", bdist_wheel_args: "--plat-name macosx-11.0-arm64"}
- { name: windows, os: windows-2022}
python:
- { name: cp38, version: '3.8' }
- { name: cp39, version: '3.9' }
- { name: cp310, version: '3.10' }
- { name: cp311, version: '3.11' }
- { name: cp312, version: '3.12' }
fail-fast: false
defaults:
run:
Expand Down Expand Up @@ -275,6 +270,11 @@ jobs:
name: pypowsybl-wheel-${{ matrix.config.name }}-${{ matrix.python.name }}
path: dist/*.whl

- name: Record Job Name
if: failure()
run: |
echo "Job en échec : Build ${{ matrix.config.name }} ${{ matrix.python.name }} wheel" >> $BUILD_STATUS
- name: Show Build Status Report
if: always()
run: |
Expand Down Expand Up @@ -304,12 +304,7 @@ jobs:
status: ${{ job.status }}
text: |
:x: *Échec du workflow ${{ github.workflow }}*
*Jobs en échec:*
```
${{ needs.build_pypowsybl.outputs.matrix_result }}
```
*Détails des échecs:*
```
${{ needs.build_pypowsybl.outputs.build_status }}
Expand Down

0 comments on commit c1de3f7

Please sign in to comment.