mirror of
https://github.com/PhotonVision/photonvision
synced 2026-06-19 00:41:41 +00:00
Upgrade to wpilib alpha-6 (#2434)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Ryanforce08 <rradtke1208@gmail.com> Co-authored-by: PJ Reiniger <pj.reiniger@gmail.com> Co-authored-by: Jade Turner <spacey-sooty@proton.me> Co-authored-by: Matt Morley <matthew.morley.ca@gmail.com>
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
set -e
|
||||
# Check if the first argument is provided
|
||||
if [ $# -eq 0 ]
|
||||
then
|
||||
@@ -9,4 +10,5 @@ fi
|
||||
cd $1
|
||||
|
||||
# Run the example
|
||||
mypy --show-column-numbers --config-file ../../photon-lib/py/pyproject.toml .
|
||||
python3 robot.py sim
|
||||
|
||||
Reference in New Issue
Block a user