Skip to content

Commit

Permalink
Add python to registry call in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Jan 3, 2024
1 parent 56a43dc commit 897eabe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI_rosco-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
# Re-generate registry
- name: Generate Registry
shell: bash -l {0}
run: rosco/controller/rosco_registry/write_registry.py
run: python rosco/controller/rosco_registry/write_registry.py

- name: Add dependencies windows
if: true == contains( matrix.os, 'windows')
Expand Down

0 comments on commit 897eabe

Please sign in to comment.