Skip to content

Commit

Permalink
new umamba syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Oct 4, 2024
1 parent 755f71f commit ae023d1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cc-plugin-glider-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git clone https://github.com/ioos/cc-plugin-glider.git
&& cd cc-plugin-glider
&& micromamba install --file requirements.txt --file requirements-dev.txt --channel conda-forge
&& micromamba remove compliance-checker --no-prune --force
&& micromamba remove compliance-checker --no-prune-deps --force
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_glider
2 changes: 1 addition & 1 deletion .github/workflows/cc-plugin-ncei-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git clone https://github.com/ioos/cc-plugin-ncei.git
&& cd cc-plugin-ncei
&& micromamba install --file requirements.txt --file requirements-dev.txt --channel conda-forge
&& micromamba remove compliance-checker --no-prune --force
&& micromamba remove compliance-checker --no-prune-deps --force
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_ncei
2 changes: 1 addition & 1 deletion .github/workflows/cc-plugin-og-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git clone https://github.com/uw-farlab/cc-plugin-og.git
&& cd cc-plugin-og
&& micromamba install --file requirements.txt --channel conda-forge
&& micromamba remove compliance-checker --no-prune --force
&& micromamba remove compliance-checker --no-prune-deps --force
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_og
2 changes: 1 addition & 1 deletion .github/workflows/cc-plugin-sgrid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git clone https://github.com/ioos/cc-plugin-sgrid.git
&& cd cc-plugin-sgrid
&& micromamba install --file requirements.txt --file requirements-dev.txt --channel conda-forge
&& micromamba remove compliance-checker --no-prune --force
&& micromamba remove compliance-checker --no-prune-deps --force
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_sgrid
2 changes: 1 addition & 1 deletion .github/workflows/cc-plugin-ugrid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
git clone https://github.com/ioos/cc-checker-ugrid.git
&& cd cc-checker-ugrid
&& micromamba install --file requirements.txt --file requirements-dev.txt --channel conda-forge
&& micromamba remove compliance-checker --no-prune --force
&& micromamba remove compliance-checker --no-prune-deps --force
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_ugrid

0 comments on commit ae023d1

Please sign in to comment.