Skip to content

Commit

Permalink
test flag with miniconda@3
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 12, 2024
1 parent 0c5088d commit 2f17bb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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 @@ -64,7 +64,7 @@ jobs:

- name: Set up conda env (macOS)
if: ${{ matrix.os == 'macos-latest' }}
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v3
with:
use-mamba: true
miniforge-variant: Mambaforge
Expand Down
3 changes: 1 addition & 2 deletions env_config/env_macos.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# Create env e.g. w/mamba: `mamba env create -q -f env.yml`
# Update existing env e.g. w/mamba: `mamba env update -f env.yml`
# Install datajoint in macOS conda env: `pip install datajoint>=0.13.6, <1 --use-pep517`

name: aeon
channels:
Expand Down Expand Up @@ -33,5 +32,5 @@ dependencies:
- seaborn
- xarray>=0.12.3, <1
- pip:
- git+https://github.com/datajoint-company/datajoint-utilities.git
- --use-pep517 git+https://github.com/datajoint-company/datajoint-utilities.git
- opencv-python

0 comments on commit 2f17bb0

Please sign in to comment.