From ae023d1831a0911f7a69096ef6ddb5d68d56fc2e Mon Sep 17 00:00:00 2001 From: Filipe Fernandes Date: Fri, 4 Oct 2024 18:31:36 +0200 Subject: [PATCH] new umamba syntax --- .github/workflows/cc-plugin-glider-test.yml | 2 +- .github/workflows/cc-plugin-ncei-test.yml | 2 +- .github/workflows/cc-plugin-og-test.yml | 2 +- .github/workflows/cc-plugin-sgrid-test.yml | 2 +- .github/workflows/cc-plugin-ugrid-test.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cc-plugin-glider-test.yml b/.github/workflows/cc-plugin-glider-test.yml index e147c0ef..bd9d3058 100644 --- a/.github/workflows/cc-plugin-glider-test.yml +++ b/.github/workflows/cc-plugin-glider-test.yml @@ -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 diff --git a/.github/workflows/cc-plugin-ncei-test.yml b/.github/workflows/cc-plugin-ncei-test.yml index 6f24366f..ae322ad5 100644 --- a/.github/workflows/cc-plugin-ncei-test.yml +++ b/.github/workflows/cc-plugin-ncei-test.yml @@ -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 diff --git a/.github/workflows/cc-plugin-og-test.yml b/.github/workflows/cc-plugin-og-test.yml index f79850b6..c74a033b 100644 --- a/.github/workflows/cc-plugin-og-test.yml +++ b/.github/workflows/cc-plugin-og-test.yml @@ -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 diff --git a/.github/workflows/cc-plugin-sgrid-test.yml b/.github/workflows/cc-plugin-sgrid-test.yml index 3fe35d3a..153603ff 100644 --- a/.github/workflows/cc-plugin-sgrid-test.yml +++ b/.github/workflows/cc-plugin-sgrid-test.yml @@ -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 diff --git a/.github/workflows/cc-plugin-ugrid-test.yml b/.github/workflows/cc-plugin-ugrid-test.yml index 0cab2d36..1cb7abf0 100644 --- a/.github/workflows/cc-plugin-ugrid-test.yml +++ b/.github/workflows/cc-plugin-ugrid-test.yml @@ -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