Skip to content

Commit

Permalink
test fix source activate
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 12, 2024
1 parent e17494c commit f657f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f657f48

Please sign in to comment.