Skip to content

Commit 331ecf7

Browse files
committed
Minor change
1 parent b389fe1 commit 331ecf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ray-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Get Required Python Version
1818
id: python
1919
run: |
20-
python -m pip install requests
20+
python -m pip install requests packaging
2121
echo "version=$(python ./ray_python_version.py)" >> $GITHUB_OUTPUT
2222
shell: bash
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)