Skip to content

Commit

Permalink
CHG: pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsp-spirit committed Jul 26, 2023
1 parent 87a1d37 commit c70f0ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ 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.3.2 -c conda-forge
- conda install pynwb=2.4.0 -c conda-forge
- export PYTHONPATH=$CI_PROJECT_DIR
- pytest -ra -k 'not parallel'
- pytest -ra -k 'parallel'
Expand Down
4 changes: 0 additions & 4 deletions syncopy_m1macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ channels:
- defaults
- conda-forge
dependencies:
# this is to comply with acme 2022.11
- python >= 3.10, < 3.11
- dask
- distributed
Expand All @@ -26,6 +25,3 @@ dependencies:
- pytest-cov
- ruamel.yaml
- setuptools_scm
- pip:
# Optional dependencies, used for full tests
- pynwb

0 comments on commit c70f0ce

Please sign in to comment.