File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
10
10
container :
11
- image : wpilib/roborio-cross-ubuntu:2024 -22.04-py312
11
+ image : wpilib/roborio-cross-ubuntu:2025 -22.04-py313
12
12
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
16
16
- name : Install build dependencies
17
17
run : |
18
18
apt-get update
19
19
apt-get install -y cmake --no-install-recommends
20
- pip3.12 install -r requirements.txt
20
+ pip3.13 install -r requirements.txt
21
21
22
22
- name : Build wheels
23
23
run : make package
28
28
with :
29
29
user : ${{ secrets.WPI_ARTIFACTORY_USERNAME }}
30
30
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 1
1
2
- PYVERSION = 3.12
2
+ PYVERSION = 3.13
3
3
VERSION = 4.8.0
4
4
5
5
DOWNLOAD_FROM = https://github.com/opencv/opencv/archive/${VERSION}.tar.gz
You can’t perform that action at this time.
0 commit comments