[upstream_utils] Clean up package imports (#6857)

This commit is contained in:
Tyler Veness
2024-07-20 07:01:06 -07:00
committed by GitHub
parent 6ec8763eac
commit d827c84c5e
17 changed files with 16 additions and 86 deletions

View File

@@ -27,7 +27,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.34
run: pip3 install wpiformat==2024.38
- name: Run
run: wpiformat
- name: Check output
@@ -66,7 +66,7 @@ jobs:
with:
python-version: '3.10'
- name: Install wpiformat
run: pip3 install wpiformat==2024.34
run: pip3 install wpiformat==2024.38
- name: Create compile_commands.json
run: |
./gradlew generateCompileCommands -Ptoolchain-optional-roboRio