Skip to content

Commit

Permalink
try moving it to the job instead
Browse files Browse the repository at this point in the history
  • Loading branch information
sroet committed Feb 21, 2024
1 parent 2a04fd7 commit 5f6e277
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,12 @@ on:
# Weekly on saturday 23:59
- cron: "59 23 * * 6"

defaults:
runs-on: [self-hosted, linux, x64, gpu]
container:
image: continuumio/miniconda3
options: --runtime=nvidia --gpus all

jobs:
test_suite:
runs-on: [self-hosted, linux, x64, gpu]
container:
image: continuumio/miniconda3
options: --runtime=nvidia --gpus all
steps:
- name: check running dir
run: ls -a .
Expand Down

0 comments on commit 5f6e277

Please sign in to comment.