Skip to content

Commit

Permalink
revert dep and test run pip install dj
Browse files Browse the repository at this point in the history
  • Loading branch information
MilagrosMarin committed Sep 11, 2024
1 parent 9edc5f2 commit 4e67b4a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_env_run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ jobs:
activate-environment: aeon
architecture: arm64
miniconda-version: "latest"
run: |
pip install datajoint
- name: Update conda env with dev reqs
run: mamba env update -f ./env_config/env_dev.yml
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ license = { file = "license.md" }
readme = "readme.md"
dependencies = [
"bottleneck>=1.2.1,<2",
"setuptools",
"datajoint>=0.13.7",
"datajoint-utilities @ git+https://github.com/datajoint-company/datajoint-utilities",
"dotmap",
Expand Down

0 comments on commit 4e67b4a

Please sign in to comment.