Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 19, 2024
1 parent 0a170ee commit 40c39df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- run: git fetch --tags --force
- run: python3 -c "from sysconfig import get_paths as gp; print(gp())"

- run: ./gradlew photon-lib:tasks -i -PpythonExecutable=${{ matrix.python_version }}
- run: ./gradlew photon-lib:tasks -i -PpythonExecutable=python${{ matrix.python_version }}
- run: |
chmod +x gradlew
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable=python${{ matrix.python_version }} -PnativeBuildPlatform=${{ matrix.os.native_build_task }}
Expand Down

0 comments on commit 40c39df

Please sign in to comment.