From f657f488f2978ab0eb11f1c0ca28caac2338443f Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Thu, 12 Sep 2024 12:19:35 +0100 Subject: [PATCH] test fix source activate --- .github/workflows/build_env_run_tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_env_run_tests.yml b/.github/workflows/build_env_run_tests.yml index 90b6c562..f88e0cf3 100644 --- a/.github/workflows/build_env_run_tests.yml +++ b/.github/workflows/build_env_run_tests.yml @@ -77,7 +77,7 @@ jobs: - name: Install datajoint wheel build with pip flag (macOS) if: ${{ matrix.os == 'macos-latest' }} run: | - source activate aeon + source $CONDA/bin/activate aeon pip install --use-pep517 datajoint git+https://github.com/datajoint-company/datajoint-utilities.git - name: Update conda env with dev reqs (Linux, Windows, macOS)