Skip to content

Commit

Permalink
Merge pull request #1084 from ocefpaf/fix_test_against_dev_cc
Browse files Browse the repository at this point in the history
Conda was clobbering the dev version of compliance-checker
  • Loading branch information
ocefpaf authored May 23, 2024
2 parents f543e4f + 0a84ef6 commit 48747c5
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cc-plugin-glider-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +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
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_glider
1 change: 1 addition & 0 deletions .github/workflows/cc-plugin-ncei-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +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
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_ncei
1 change: 1 addition & 0 deletions .github/workflows/cc-plugin-og-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +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
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_og
2 changes: 2 additions & 0 deletions .github/workflows/cc-plugin-sgrid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,7 @@ jobs:
run: >
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
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_sgrid
1 change: 1 addition & 0 deletions .github/workflows/cc-plugin-ugrid-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +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
&& python -m pip install -e . --no-deps --force-reinstall
&& python -m pytest -s -rxs -v cc_plugin_ugrid
1 change: 0 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

name: Documentation

on:
Expand Down

0 comments on commit 48747c5

Please sign in to comment.