Skip to content

Commit

Permalink
Remove useless istall in ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
zhouaihui committed Dec 13, 2023
1 parent 96e5dd6 commit 09019eb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,8 @@ jobs:
python3 -m virtualenv -p python3 py3
. py3/bin/activate
which python
pip install pytest torch cloudpickle cryptography
pip install ray==2.0.0
pip install black
pip install black==23.1
- name: Lint
run: |
Expand Down

0 comments on commit 09019eb

Please sign in to comment.