Skip to content

Commit

Permalink
Adjust workflow to use requirements-test.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
jr3cermak committed May 14, 2024
1 parent a6bb792 commit 9069b06
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 @@ -19,7 +19,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
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 @@ -19,7 +19,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
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 @@ -19,7 +19,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
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 @@ -24,7 +24,7 @@ jobs:
create-args: >-
python=${{ matrix.python-version }} pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
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 @@ -19,7 +19,7 @@ jobs:
create-args: >-
python=3 pip
--file requirements.txt
--file test_requirements.txt
--file requirements-test.txt
--channel conda-forge
- name: Install compliance-checker
Expand Down

0 comments on commit 9069b06

Please sign in to comment.