Skip to content

Commit

Permalink
rearranging ci envs
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Apr 5, 2024
1 parent fc93c7b commit f86253b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions ci/environment-py3.10.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.10
############## These will have to be adjusted to your specific project
# - adios_db
- adios-db
- appdirs
- aiohttp
- kerchunk
Expand Down Expand Up @@ -50,8 +50,8 @@ dependencies:
- coverage
- pip
- pytest
- pip:
- adios_db
# - pip:
# - adios_db
# - git+https://github.com/OpenDrift/opendrift
# - git+https://github.com/fsspec/kerchunk
# - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests?
6 changes: 3 additions & 3 deletions ci/environment-py3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.11
############## These will have to be adjusted to your specific project
# - adios_db
- adios-db
- appdirs
- aiohttp
- kerchunk
Expand Down Expand Up @@ -50,8 +50,8 @@ dependencies:
- coverage
- pip
- pytest
- pip:
- adios_db
# - pip:
# - adios_db
# - git+https://github.com/OpenDrift/opendrift
# - git+https://github.com/fsspec/kerchunk
# - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests?
6 changes: 3 additions & 3 deletions ci/environment-py3.9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- python=3.9
############## These will have to be adjusted to your specific project
# - adios_db
- adios-db
- appdirs
- aiohttp
- kerchunk
Expand Down Expand Up @@ -50,8 +50,8 @@ dependencies:
- coverage
- pip
- pytest
- pip:
- adios_db
# - pip:
# - adios_db
# - git+https://github.com/OpenDrift/opendrift
# - git+https://github.com/fsspec/kerchunk
# - xroms # can't be found on conda-forge for CI, but don't need since in runslow tests?

0 comments on commit f86253b

Please sign in to comment.