Skip to content

Commit 763be84

Browse files
committed
Added lxml to installation
1 parent a56a64f commit 763be84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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 pandas packaging
20+
python -m pip install pandas packaging lxml
2121
echo "version=$(python ./ray_python_version.py)" >> $GITHUB_OUTPUT
2222
shell: bash
2323
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)