Skip to content

Commit

Permalink
Using Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
oxisto committed Jan 8, 2025
1 parent 15778bf commit 4dc1e4f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
java-version: "17"
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- uses: actions/setup-node@v4
with:
node-version: "18"
Expand Down Expand Up @@ -56,10 +56,9 @@ jobs:
echo "version=$VERSION" >> $GITHUB_ENV
- name: Install JEP
run: |
python3 -m venv ~/.virtualenvs/cpg
source ~/.virtualenvs/cpg/bin/activate
pip3 install jep==$(grep "black.ninia:jep" gradle/libs.versions.toml | grep -o -E "[0-9]\d*(\.[0-9]\d*)*")
if [ -d "/opt/hostedtoolcache/Python" ]; then
find /opt/hostedtoolcache/Python/ -name libjep.so -exec sudo cp '{}' /usr/lib/ \;
fi
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
- name: Build ${{ env.version }}
Expand Down

0 comments on commit 4dc1e4f

Please sign in to comment.