-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #331 from NCAR/dev
Dev merge -
- Loading branch information
Showing
35 changed files
with
2,516 additions
and
1,290 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,8 @@ jobs: | |
fail-fast: false | ||
matrix: | ||
os: ['ubuntu-latest'] | ||
python-version: ['3.7', '3.8', '3.9'] | ||
# python-version: ['3.7', '3.8', '3.9'] | ||
python-version: ['3.9'] | ||
steps: | ||
- name: Cancel previous runs | ||
uses: styfle/[email protected] | ||
|
@@ -42,7 +43,7 @@ jobs: | |
|
||
- name: Install ldcpy | ||
run: | | ||
python -m pip install -e . | ||
conda install ldcpy | ||
conda list | ||
- name: Run Tests | ||
|
@@ -66,6 +67,7 @@ jobs: | |
defaults: | ||
run: | ||
shell: bash -l {0} | ||
continue-on-error: true # Allow this job to fail without failing the workflow | ||
steps: | ||
- name: Cancel previous runs | ||
uses: styfle/[email protected] | ||
|
@@ -84,7 +86,7 @@ jobs: | |
|
||
- name: Install ldcpy | ||
run: | | ||
python -m pip install -e . | ||
conda install ldcpy | ||
conda list | ||
- name: Run Tests | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
pip | ||
cmocean | ||
cartopy | ||
dask[complete] | ||
matplotlib | ||
netcdf4 | ||
numpy | ||
scikit-image | ||
scipy | ||
xarray | ||
xrft | ||
cf_xarray | ||
cartopy | ||
nodejs | ||
pandas | ||
astropy | ||
ipython | ||
pooch | ||
statsmodels | ||
sphinx | ||
sphinx_rtd_theme | ||
nbsphinx | ||
sphinx-reload | ||
pillow | ||
ipython | ||
ldcpy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.