From 5f6e277bc10e7489e2ddf540e9b5adb81a3447f2 Mon Sep 17 00:00:00 2001 From: Sander Roet Date: Wed, 21 Feb 2024 16:26:23 +0100 Subject: [PATCH] try moving it to the job instead --- .github/workflows/unit-tests.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a781e505..80df81e1 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -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 .