Skip to content

Commit

Permalink
Merge pull request #164 from y0z/feature/fix-ci
Browse files Browse the repository at this point in the history
Fix CI for fastaiv2
  • Loading branch information
eukaryo authored Sep 13, 2024
2 parents 7ddd115 + 82e72d5 commit 935b449
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/checks-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ jobs:
with:
integration_name: 'fastaiv2'
deprecated: false
python_matrix: "['3.9', '3.10', '3.11']"

keras:
if: needs.changes.outputs.keras == 'true'
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/checks_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ on:
extra_cmds:
required: false
type: string
python_matrix:
required: false
type: string
default: "['3.8', '3.9', '3.10', '3.11']"
jobs:
checks:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -74,7 +78,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.8', '3.9', '3.10', '3.11']
python-version: ${{ fromJSON(inputs.python_matrix) }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand Down

0 comments on commit 935b449

Please sign in to comment.