Skip to content

Commit

Permalink
try pulling code into the docker
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Feb 21, 2024
1 parent 5f6e277 commit d80b73d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
image: continuumio/miniconda3
options: --runtime=nvidia --gpus all
steps:
- name: Pull code
- uses: actions/checkout@v4
- name: check running dir
run: ls -a .
- name: test-gpu-avail
run: nvidia-smi
- name: test-conda-avail
run: conda -list

0 comments on commit d80b73d

Please sign in to comment.