Skip to content

Commit

Permalink
Enhance the workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Yu Ishikawa <[email protected]>
  • Loading branch information
yu-iskw committed Oct 26, 2023
1 parent f7948de commit 23ced48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ jobs:
pip-requirements: "requirements-1.4.txt"
- python-version: "3.10"
pip-requirements: "requirements-1.5.txt"
- python-version: "3.10"
pip-requirements: "requirements-1.6.txt"
defaults:
run:
shell: bash
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- "requirements-1.3.txt"
- "requirements-1.4.txt"
- "requirements-1.5.txt"
- "requirements-1.6.txt"
defaults:
run:
shell: bash
Expand Down

0 comments on commit 23ced48

Please sign in to comment.