Skip to content

Commit

Permalink
Specify robotpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
JSohn-1 authored Jan 23, 2025
1 parent 4e19c55 commit 23a54a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: |
python -m venv venv
source venv/bin/activate
python3 -m pip install --extra-index-url=https://wpilib.jfrog.io/artifactory/api/pypi/wpilib-python-release-2024/simple robotpy
python3 -m pip install "robotpy==2024.3.2.2"
python3 -m robotpy sync
- name: Run mypy
Expand Down

0 comments on commit 23a54a5

Please sign in to comment.