We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a56a64f commit 763be84Copy full SHA for 763be84
1 file changed
.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 pandas packaging
+ python -m pip install pandas packaging lxml
21
echo "version=$(python ./ray_python_version.py)" >> $GITHUB_OUTPUT
22
shell: bash
23
- uses: actions/checkout@v4
0 commit comments