Update openhands-resolver.yml with correct package name (#5014)

This commit is contained in:
Graham Neubig 2024-11-15 06:48:18 -05:00 committed by GitHub
parent f3b35663e9
commit b0c4580999
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -72,7 +72,7 @@ jobs:
run: |
python -m pip index versions openhands-ai > openhands_versions.txt
OPENHANDS_VERSION=$(head -n 1 openhands_versions.txt | awk '{print $2}' | tr -d '()')
echo "openhands-resolver==${OPENHANDS_VERSION}" >> requirements.txt
echo "openhands-ai==${OPENHANDS_VERSION}" >> requirements.txt
cat requirements.txt
- name: Cache pip dependencies