Skip to content

Commit

Permalink
[fix] workflow to get third party packages
Browse files Browse the repository at this point in the history
  • Loading branch information
8baller committed May 12, 2023
1 parent 389dcb5 commit e11438f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/common_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ jobs:
run: |
poetry install -v
- name: Sync Packages
run: |
poetry autonomy packages sync
- name: Lint
run: |
poetry run adev lint -v
Expand Down

0 comments on commit e11438f

Please sign in to comment.