Skip to content

Commit

Permalink
add slack notification
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Oct 15, 2024
1 parent 4d1be95 commit 5ac0a89
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- { 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: cp312, version: '3.12' }
- { name: cp310, version: '3.10' }
fail-fast: false
defaults:
run:
Expand All @@ -33,13 +33,6 @@ jobs:
- name: Install Python dependencies
run: python -m pip install --upgrade pip

#SETUP JDK
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'

#SETUP GRAALVM
- name: Setup GraalVM
uses: graalvm/[email protected]
Expand Down

0 comments on commit 5ac0a89

Please sign in to comment.