Skip to content

Commit

Permalink
chore: Also download the right version of PyQt in the action
Browse files Browse the repository at this point in the history
  • Loading branch information
zjp committed Jan 14, 2025
1 parent c62bf05 commit 5470771
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions utils/ci/consolidated_cache/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -280,12 +280,8 @@ runs:
shell: bash
if: ${{ steps[format('cache-pyqt6-{0}', inputs.platform)].outputs.cache-hit != 'true' }}
run: |
if [ "${{ inputs.platform }}" = "linux" ] ; then
export PYQT_VERSION=6.7.1-1
else
export PYQT_VERSION=6.7.1
fi
export PYQTWE_VERSION=6.7.0
export PYQT_VERSION=6.8.0
export PYQTWE_VERSION=6.8.0
export PYQT_URL="https://preview.rbvi.ucsf.edu/chimerax/cgi-bin/get_pyqt.py?platform=${{ inputs.platform }}&version=${PYQT_VERSION}&webengine=false&architecture=${{ inputs.architecture }}"
export PYQTWE_URL="https://preview.rbvi.ucsf.edu/chimerax/cgi-bin/get_pyqt.py?platform=${{ inputs.platform }}&version=${PYQTWE_VERSION}&webengine=true&architecture=${{ inputs.architecture }}"
curl -H "X-API-KEY: ${{ inputs.cache_key }}" ${PYQT_URL} -O -J
Expand Down

0 comments on commit 5470771

Please sign in to comment.