From e17494c05fd1b268241a01d79009e59e9c823ed3 Mon Sep 17 00:00:00 2001 From: MilagrosMarin Date: Thu, 12 Sep 2024 12:12:12 +0100 Subject: [PATCH] fix minor typo --- .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 307b4bb2..90b6c562 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 activate aeon + source 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)