Skip to content

Commit

Permalink
ooga booga
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 17, 2024
1 parent df72f61 commit bde2f78
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,10 @@ jobs:
java-version: 17
distribution: temurin
architecture: ${{ matrix.architecture }}

- run: git fetch --tags --force
- run: python3 -c "from sysconfig import get_paths as gp; print(gp())"

- run: |
chmod +x gradlew
./gradlew photon-targeting:build photon-lib:build -i -PpythonExecutable=python${{ matrix.python_version }}
Expand Down Expand Up @@ -164,11 +167,11 @@ jobs:
/build/venv/bin/cross-pip --disable-pip-version-check install -r photon-lib/py/build_requirements.txt
- run: git fetch --tags --force
- run: ./gradlew photon-lib:tasks
- run: ./gradlew photon-lib:tasks -PpythonExecutable=/build/venv/bin/cross-python
- name: Install RoboRIO Toolchain
run: ./gradlew installRoboRioToolchain -PpythonExecutable=/build/venv/bin/cross-python
if: matrix.os.name == 'roborio'
- run: ./gradlew photon-lib:tasks
- run: ./gradlew photon-lib:tasks -PpythonExecutable=/build/venv/bin/cross-python

- run: |
chmod +x gradlew
Expand Down

0 comments on commit bde2f78

Please sign in to comment.