Skip to content

Commit 50ddcf6

Browse files
authored
Merge pull request #151 from sunroofgod/vnbdev
Fixed gh actions not working as intended
2 parents 010711e + ca06d2f commit 50ddcf6

29 files changed

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: CI
1+
name: nbdev_prepare
22
on: [workflow_dispatch, pull_request, push]
33

44
jobs:
5-
test:
5+
test-nbdev:
66
runs-on: ubuntu-latest
77
steps: [uses: fastai/workflows/nbdev-ci@master]
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Python pytest
22
on: [workflow_dispatch, pull_request, push]
33

44
jobs:
5-
test:
5+
test-pytest:
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@v3
@@ -15,4 +15,4 @@ jobs:
1515
run: |
1616
python -m pip install --upgrade pip
1717
pip install -e '.[dev]'
18-
pytest nbs/tests/
18+
pytest nbs/tests/ --mpl --mpl-baseline-path=nbs/tests/baseline_images
211 Bytes
Loading
1.52 KB
Loading
-1.01 KB
Loading
176 Bytes
Loading
2.77 KB
Loading
1.79 KB
Loading
1.69 KB
Loading
1.71 KB
Loading

0 commit comments

Comments
 (0)