Skip to content

Commit

Permalink
add argparse to upstream_utils ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rzblue committed Sep 12, 2024
1 parent eaa935f commit 685dd3d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/upstream-utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ jobs:
cd upstream_utils
./apriltag.py clone
./apriltag.py copy-src
- name: Run argparse-lib.py
run: |
cd upstream_utils
./argparse-lib.py clone
./argparse-lib.py copy-src
- name: Run concurrentqueue.py
run: |
cd upstream_utils
Expand Down

0 comments on commit 685dd3d

Please sign in to comment.