Skip to content

Commit

Permalink
Update GPU test workflow to include dstack init.
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandr Movchan committed Sep 27, 2024
1 parent 6d91e1b commit 6de7200
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run_tests_with_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
workflow_dispatch: # Allows for manual triggering

jobs:
publish:
test:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,6 +23,7 @@ jobs:
run: |
pip install dstack
dstack config --url https://sky.dstack.ai --project ${{ secrets.DSTACK_PROJECT }} --token ${{ secrets.DSTACK_TOKEN }}
dstack init
- name: Run tests with GPU
run: |
Expand Down

0 comments on commit 6de7200

Please sign in to comment.