Skip to content

Commit

Permalink
test pep517 installer for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 11, 2024
1 parent bb7da68 commit 0c9ff64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}
Expand Down
1 change: 0 additions & 1 deletion env_config/env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 0c9ff64

Please sign in to comment.