diff --git a/.github/workflows/cc-plugin-glider-test.yml b/.github/workflows/cc-plugin-glider-test.yml index cee68fb1..d926b744 100644 --- a/.github/workflows/cc-plugin-glider-test.yml +++ b/.github/workflows/cc-plugin-glider-test.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -v -e . --no-deps --force-reinstall - name: cc-plugin-glider tests diff --git a/.github/workflows/cc-plugin-ncei-test.yml b/.github/workflows/cc-plugin-ncei-test.yml index c77a51ad..1c46b02b 100644 --- a/.github/workflows/cc-plugin-ncei-test.yml +++ b/.github/workflows/cc-plugin-ncei-test.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: cc-plugin-ncei tests diff --git a/.github/workflows/cc-plugin-og-test.yml b/.github/workflows/cc-plugin-og-test.yml index bdba8356..7f98b0c2 100644 --- a/.github/workflows/cc-plugin-og-test.yml +++ b/.github/workflows/cc-plugin-og-test.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: cc-plugin-og tests diff --git a/.github/workflows/cc-plugin-sgrid-test.yml b/.github/workflows/cc-plugin-sgrid-test.yml index 4a38e36a..02eb0051 100644 --- a/.github/workflows/cc-plugin-sgrid-test.yml +++ b/.github/workflows/cc-plugin-sgrid-test.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: cc-plugin-sgrid tests diff --git a/.github/workflows/cc-plugin-ugrid-test.yml b/.github/workflows/cc-plugin-ugrid-test.yml index 859b2190..4ede3fbe 100644 --- a/.github/workflows/cc-plugin-ugrid-test.yml +++ b/.github/workflows/cc-plugin-ugrid-test.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: cc-plugin-ugrid tests diff --git a/.github/workflows/default-tests.yml b/.github/workflows/default-tests.yml index 30a609da..348c582d 100644 --- a/.github/workflows/default-tests.yml +++ b/.github/workflows/default-tests.yml @@ -32,7 +32,7 @@ jobs: - name: Install compliance-checker run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: Default Tests diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 17f586ba..f9dc02d4 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -25,7 +25,7 @@ jobs: - name: Install compliance-checker shell: bash -l {0} run: | - pip install git+https://github.com/pelson/pyudunits2.git@f75f1afd27d4b66ef77fc9db9301ae914111d288 + pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432 python -m pip install -e . --no-deps --force-reinstall - name: Integration Tests