Skip to content

Commit

Permalink
update install step
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent 5d7c5dd commit b9e9f0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,10 @@ jobs:
- name: Install data-juicer
run: |
docker compose exec ray-head cd /workspace && pip install -v -e .[all]
docker compose exec ray-head pip install -v -e .[all]
- name: Remove docker compose
working-directory: .github/workflows/docker
if: always()
run: |
docker compose down --remove-orphans

0 comments on commit b9e9f0c

Please sign in to comment.