File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99
1010 container :
11- image : wpilib/roborio-cross-ubuntu:2024 -22.04-py312
11+ image : wpilib/roborio-cross-ubuntu:2025 -22.04-py313
1212
1313 steps :
14- - uses : actions/checkout@v3
14+ - uses : actions/checkout@v4
1515
1616 - name : Install build dependencies
1717 run : |
1818 apt-get update
1919 apt-get install -y cmake --no-install-recommends
20- pip3.12 install -r requirements.txt
20+ pip3.13 install -r requirements.txt
2121
2222 - name : Build wheels
2323 run : make package
2828 with :
2929 user : ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
3030 password : ${{ secrets.WPI_ARTIFACTORY_TOKEN }}
31- repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024 -local
31+ repository-url : https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2025 -local
Original file line number Diff line number Diff line change 11
2- PYVERSION = 3.12
2+ PYVERSION = 3.13
33VERSION = 4.8.0
44
55DOWNLOAD_FROM = https://github.com/opencv/opencv/archive/${VERSION}.tar.gz
You can’t perform that action at this time.
0 commit comments