Skip to content

Commit

Permalink
DAS-2214: Update environment to exclude conda's default channel. (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
flamingbear authored Nov 7, 2024
1 parent 1910e65 commit 63bacda
Show file tree
Hide file tree
Showing 26 changed files with 29 additions and 24 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ versioning. Rather than a static releases, this repository contains of a number
of regression tests that are each semi-independent. This CHANGELOG file should be used
to document pull requests to this repository.

## 2024-11-06 ([#112](https://github.com/nasa/harmony-regression-tests/pull/112))

- Ensures conda packages are installed from conda-forge.

## 2024-10-31 ([#107](https://github.com/nasa/harmony-regression-tests/pull/107))

- Updates the net2cog regression test suite to ensure that failures do not
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ For example, in the `swath-projector` directory we have
name: papermill-<IMAGE>
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.11
- jupyter
Expand Down
2 changes: 1 addition & 1 deletion test/geoloco/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-geoloco
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.11.0
- notebook=7.0.6
Expand Down
2 changes: 1 addition & 1 deletion test/geoloco/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3
2 changes: 1 addition & 1 deletion test/harmony-regression/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-harmony-regression
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/harmony-regression/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion test/harmony/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-harmony
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook==6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/harmony/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion test/hga/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-hga
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/hga/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion test/hoss/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-hoss
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/hoss/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.8
0.1.9
2 changes: 1 addition & 1 deletion test/hybig/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-hybig
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/hybig/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.9
0.0.10
2 changes: 1 addition & 1 deletion test/n2z/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-n2z
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.9
- boto3=1.26.133
Expand Down
2 changes: 1 addition & 1 deletion test/n2z/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7
1 change: 1 addition & 0 deletions test/nsidc-icesat2/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: papermill-nsidc-icesat2
channels:
- conda-forge
- nodefaults
dependencies:
- python=3.11.5
- netCDF4
Expand Down
2 changes: 1 addition & 1 deletion test/nsidc-icesat2/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.5
0.0.6
2 changes: 1 addition & 1 deletion test/regridder/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-regridder
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.9
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/regridder/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.5
0.1.6
2 changes: 1 addition & 1 deletion test/swath-projector/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-swath-projector
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/swath-projector/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion test/trajectory-subsetter/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-trajectory-subsetter
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.11.5
- notebook=7.2.1
Expand Down
2 changes: 1 addition & 1 deletion test/trajectory-subsetter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8
2 changes: 1 addition & 1 deletion test/variable-subsetter/environment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: papermill-variable-subsetter
channels:
- conda-forge
- defaults
- nodefaults
dependencies:
- python=3.10
- notebook=6.5.4
Expand Down
2 changes: 1 addition & 1 deletion test/variable-subsetter/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.6
0.1.7

0 comments on commit 63bacda

Please sign in to comment.