Skip to content

Commit

Permalink
Fix ut yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Jan 11, 2024
1 parent 2504b2c commit b477441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unit_tests_on_ray_matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
pip install pytest
pip install -r dev-requirements.txt
pip install ray==${{ matrix.ray_version }}
pip install -r $(grep -ivE "ray" requirements.txt)
grep -ivE "ray" requirements.txt > temp_requirement.txt
pip install -r temp_requirement.txt
- name: Build and test
run: |
Expand Down

0 comments on commit b477441

Please sign in to comment.