Skip to content

Commit

Permalink
Comment out GPU devices
Browse files Browse the repository at this point in the history
  • Loading branch information
jordap committed Jun 26, 2024
1 parent 85783d5 commit 7a2c35b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
uses: actions/checkout@v4
- name: Install pytest
run: sudo apt-get install -y python3-pytest
- name: Comment out GPU devices (not available in GitHub)
run: sed -i "/devices:/,+2 s/^/#/" test/docker/slurm/compose.yaml
- name: Start containerized environment
run: docker compose -f test/docker/slurm/compose.yaml up -d --wait
- name: Run tests
Expand Down

0 comments on commit 7a2c35b

Please sign in to comment.