Skip to content

Commit

Permalink
fix unittest yml
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Apr 24, 2024
1 parent 2e4c50d commit 3edd333
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/unittest-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,17 @@ jobs:
runs-on: [self-hosted, linux, GPU]
steps:
- uses: actions/checkout@v3

- name: Setup docker compose
working-directory: .github/workflows/docker
run: |
docker compose up -d
- name: Install data-juicer
run: |
docker compose exec ray-head cd workspace && pip install -v -e .[all]
docker compose exec ray-head cd /workspace && pip install -v -e .[all]
- name: Remove docker compose
working-directory: .github/workflows/docker
run: |
docker compose down --remove-orphans
docker compose down --remove-orphans

0 comments on commit 3edd333

Please sign in to comment.