Skip to content

Commit

Permalink
bump pyudunts2
Browse files Browse the repository at this point in the history
  • Loading branch information
ocefpaf committed Nov 13, 2024
1 parent 32e8eb9 commit 7856d12
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -v -e . --no-deps --force-reinstall
- name: cc-plugin-glider tests
Expand Down
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 @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: cc-plugin-ncei tests
Expand Down
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 @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: cc-plugin-og tests
Expand Down
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 @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: cc-plugin-sgrid tests
Expand Down
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 @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: cc-plugin-ugrid tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/default-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Install compliance-checker
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: Default Tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install compliance-checker
shell: bash -l {0}
run: |
pip install git+https://github.com/pelson/pyudunits2.git@5ed17a6a2893c978b797db6e8041f32e537cd432
pip install git+https://github.com/pelson/pyudunits2.git@864e339d622656d060d910381510f9bfe7b17aab
python -m pip install -e . --no-deps --force-reinstall
- name: Integration Tests
Expand Down

0 comments on commit 7856d12

Please sign in to comment.