Skip to content

Commit

Permalink
ooga booga
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 26, 2024
1 parent b39b1d4 commit 0ca0fed
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,13 @@ jobs:
distribution: temurin

- run: git fetch --tags --force
- run: python${{ matrix.python_version }} -c "from sysconfig import get_paths as gp; print(gp())"
- run: python3 --version
- run: python3 -c "from sysconfig import get_paths as gp; print(gp())"

- run: ./gradlew photon-lib:tasks -i -PpythonExecutable="python${{ matrix.python_version }}"
- run: ./gradlew photon-lib:tasks -i -PpythonExecutable=python3
- run: |
chmod +x gradlew
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable="python${{ matrix.python_version }}"
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable=python3
- run: find .
working-directory: ./photon-lib/py
Expand Down

0 comments on commit 0ca0fed

Please sign in to comment.