Skip to content

Commit

Permalink
CHG: pre-release: pynwb v2.4 not available on conda, only pip
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Jul 26, 2023
1 parent c70f0ce commit 6214413
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ m1macos:
- conda env update --name syncopy --file syncopy_m1macos.yml --prune
- conda activate syncopy
#- conda install -c conda-forge importlib_resources iniconfig tblib sortedcontainers dask-jobqueue
- conda install pynwb=2.4.0 -c conda-forge
#- conda install pynwb=2.4.0 -c conda-forge
- pip install pynwb==2.4.0
- export PYTHONPATH=$CI_PROJECT_DIR
- pytest -ra -k 'not parallel'
- pytest -ra -k 'parallel'
Expand Down
1 change: 1 addition & 0 deletions syncopy_m1macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ dependencies:
- pytest-cov
- ruamel.yaml
- setuptools_scm
- pip

0 comments on commit 6214413

Please sign in to comment.