Skip to content

Commit

Permalink
shhhhhhhiupt it
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 26, 2024
1 parent 98bc032 commit b39b1d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ jobs:


build-host:
needs: build-pyi
strategy:
# max-parallel: 1
fail-fast: false
Expand Down Expand Up @@ -108,10 +107,10 @@ jobs:
- run: git fetch --tags --force
- run: python${{ matrix.python_version }} -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="python${{ matrix.python_version }}"
- run: |
chmod +x gradlew
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable="python${{ matrix.python_version }}""
./gradlew photon-lib:installPhotonlibpyNative -PpythonExecutable="python${{ matrix.python_version }}"
- run: find .
working-directory: ./photon-lib/py
Expand Down

0 comments on commit b39b1d4

Please sign in to comment.