forked from powsybl/pypowsybl
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Leclerc Clement <[email protected]>
- Loading branch information
1 parent
4d1be95
commit 5ac0a89
Showing
1 changed file
with
1 addition
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected] | ||
|