diff --git a/.github/workflows/build_env_run_tests.yml b/.github/workflows/build_env_run_tests.yml index 80ed0df5..036fb9c4 100644 --- a/.github/workflows/build_env_run_tests.yml +++ b/.github/workflows/build_env_run_tests.yml @@ -68,7 +68,8 @@ jobs: - name: Install datajoint on macOS if: ${{ matrix.os == 'macos-latest' }} - run: pip install datajoint + run: | + pip install --use-pep517 datajoint - name: set up conda env for macOS if: ${{ matrix.os == 'macos-latest' }} diff --git a/env_config/env.yml b/env_config/env.yml index 96292173..9a0aeb32 100644 --- a/env_config/env.yml +++ b/env_config/env.yml @@ -32,7 +32,6 @@ dependencies: - seaborn - xarray>=0.12.3, <1 - pip: - - setuptools - datajoint>=0.13.6, <1 - git+https://github.com/datajoint-company/datajoint-utilities.git - opencv-python