Skip to content

Commit

Permalink
fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent b9e9f0c commit fe7a71a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install data-juicer
run: |
docker compose exec ray-head pip install -v -e .[all]
docker compose exec ray-head pip install -v -e .\[all\]
- name: Remove docker compose
working-directory: .github/workflows/docker
Expand Down

0 comments on commit fe7a71a

Please sign in to comment.