From 5ac0a893124b5da0d265508281b9a763ee3eab11 Mon Sep 17 00:00:00 2001 From: Leclerc Clement Date: Tue, 15 Oct 2024 16:19:48 +0200 Subject: [PATCH] add slack notification Signed-off-by: Leclerc Clement --- .github/workflows/snapshot-ci.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/snapshot-ci.yml b/.github/workflows/snapshot-ci.yml index 017587339d..7cab86122d 100644 --- a/.github/workflows/snapshot-ci.yml +++ b/.github/workflows/snapshot-ci.yml @@ -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: @@ -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/setup-graalvm@v1.1.5