diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 4bd6e79b..ddbaf6e5 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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.10 open-autonomy + pip install propel-client==0.0.12 open-autonomy - name: Make use proxy instead of actual nlb by dns override run: | diff --git a/.github/workflows/test_release.yaml b/.github/workflows/test_release.yaml index 0f71db99..335f2152 100644 --- a/.github/workflows/test_release.yaml +++ b/.github/workflows/test_release.yaml @@ -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.10 open-autonomy + pip install propel-client==0.0.12 open-autonomy - name: Make use proxy instead of actual nlb by dns override run: |