From 2d6f96a32c696e467aefc7c43fa6fd8b35578e1e Mon Sep 17 00:00:00 2001 From: NicolasGensollen Date: Thu, 30 May 2024 14:46:10 +0200 Subject: [PATCH] investigate --- .github/workflows/test_train.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test_train.yml b/.github/workflows/test_train.yml index 599725225..dcdefa74d 100644 --- a/.github/workflows/test_train.yml +++ b/.github/workflows/test_train.yml @@ -25,6 +25,7 @@ jobs: - Linux - ubuntu - gpu + - aramis steps: - uses: actions/checkout@v4 - uses: snok/install-poetry@v1 @@ -36,8 +37,8 @@ jobs: python-version: ${{ env.PYTHON_VERSION }} - name: Run tests for Train on GPU run: | - make env.conda source "${HOME}/miniconda3/etc/profile.d/conda.sh" + make env.conda conda activate "${{ github.workspace }}"/env make install cd tests