From 57bc91ab3a91f6339c930b3e5a04323751768356 Mon Sep 17 00:00:00 2001 From: Philipp Rudiger Date: Mon, 30 Oct 2023 10:40:13 +0100 Subject: [PATCH] Add explicit CONDA env var --- .github/workflows/gpu_test.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/gpu_test.yaml b/.github/workflows/gpu_test.yaml index f6750a9de..02e3f0cd7 100644 --- a/.github/workflows/gpu_test.yaml +++ b/.github/workflows/gpu_test.yaml @@ -28,6 +28,7 @@ jobs: NUMEXPR_NUM_THREADS: 1 PYDEVD_DISABLE_FILE_VALIDATION: 1 AGENT_TOOLSDIRECTORY: /opt/hostedtoolcache + CONDA: /home/philippjfr/miniconda3/ steps: - uses: actions/checkout@v3 with: