Skip to content

Commit

Permalink
nightly ci: make sure to update cli
Browse files Browse the repository at this point in the history
  • Loading branch information
karmab committed Jun 14, 2024
1 parent 8fe4de8 commit 2365573
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install aicli
run: |
pip3 install -U assisted-service-client
python3 setup.py build
python3 setup.py install
- name: Clean up
continue-on-error: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/nightly_scale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
- name: Install aicli
run: |
pip3 install -U assisted-service-client
python3 setup.py build
python3 setup.py install
- name: Clean up
continue-on-error: true
Expand Down

0 comments on commit 2365573

Please sign in to comment.