Skip to content

Commit

Permalink
remove adios_db req for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
kthyng committed Jan 2, 2024
1 parent 1782ad2 commit c2f6c4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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
- aiohttp
- numpy
- scipy
Expand Down
2 changes: 1 addition & 1 deletion 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
- aiohttp
- numpy
- scipy
Expand Down
2 changes: 1 addition & 1 deletion 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
- aiohttp
- numpy
- scipy
Expand Down

0 comments on commit c2f6c4b

Please sign in to comment.