We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b389fe1 commit 331ecf7Copy full SHA for 331ecf7
.github/workflows/ray-actions.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Get Required Python Version
18
id: python
19
run: |
20
- python -m pip install requests
+ python -m pip install requests packaging
21
echo "version=$(python ./ray_python_version.py)" >> $GITHUB_OUTPUT
22
shell: bash
23
- uses: actions/checkout@v4
0 commit comments