Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move nested-lookup dependency to environment.yml to be installed from conda-forge instead of PyPi #1481

Merged
merged 3 commits into from Feb 8, 2022
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Expand Up @@ -21,6 +21,7 @@ on:
push:
branches:
- main
- move_nested-lookup_to_environmentYML
# run the test only if the PR is to main
# turn it on if required
#pull_request:
Expand Down
1 change: 1 addition & 0 deletions environment.yml
Expand Up @@ -13,6 +13,7 @@ dependencies:
- esmpy!=8.1.0 # see github.com/ESMValGroup/ESMValCore/issues/1208
- geopy
- iris>=3.1.0
- nested-lookup
- pandas
- pip!=21.3
- python>=3.7
Expand Down