Skip to content

Commit

Permalink
Install toolchain/build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm001 committed Sep 17, 2024
1 parent 9cce019 commit 3c27b32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,10 @@ jobs:
submodules: 'recursive'
fetch-depth: 0

- name: Install RoboRIO Toolchain
run: ./gradlew installRoboRioToolchain
if: matrix.os.name == 'roborio'

- name: Install Java 17
uses: actions/setup-java@v4
with:
Expand Down
1 change: 1 addition & 0 deletions photon-lib/py/build_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ pyntcore~=2024.3.2.1
build
setuptools
wheel
pytest

0 comments on commit 3c27b32

Please sign in to comment.