Skip to content

Commit

Permalink
ci release: unpin propel-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
solarw committed Feb 7, 2024
1 parent 974a40e commit efcef30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
sudo apt-get autoremove
sudo apt-get autoclean
python -m pip install --upgrade pip
pip install propel-client==0.0.12 open-autonomy
pip install propel-client open-autonomy
- name: Make use proxy instead of actual nlb by dns override
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get autoremove
sudo apt-get autoclean
python -m pip install --upgrade pip
pip install propel-client==0.0.12 open-autonomy
pip install propel-client open-autonomy
- name: Make use proxy instead of actual nlb by dns override
run: |
Expand Down

0 comments on commit efcef30

Please sign in to comment.