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 7373932 commit 29189dcCopy full SHA for 29189dc
.github/workflows/ray-actions.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Get Required Python Version
18
id: python
19
run: |
20
+ python -m pip install requests
21
echo "version=$(python ./ray_python_version.py)" >> $GITHUB_OUTPUT
22
shell: bash
23
- uses: actions/checkout@v4
0 commit comments