Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
audreyfeldroy committed Jul 31, 2024
1 parent ff2a12a commit c32ce3c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,14 @@ on: [workflow_dispatch, pull_request, push]
jobs:
test:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/nbdev-ci@master]
strategy:
fail-fast: true
matrix:
os: [ubuntu]
version: ["3.10"]
steps:
- uses: fastai/workflows/nbdev-ci@master
with:
version: ${{ matrix.version }}
pre: 1

0 comments on commit c32ce3c

Please sign in to comment.