Skip to content

Commit defb219

Browse files
committed
separate build and test
1 parent 4cf2c94 commit defb219

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.github/workflows/build-docs.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Build and Test
1+
name: Build docs
22
on:
33
push:
44
branches: [main]
@@ -19,15 +19,10 @@ jobs:
1919
cache-environment: true
2020
cache-downloads: false
2121

22-
- name: Test Ultraplot
23-
shell: bash -el {0}
24-
run: |
25-
micromamba activate ultraplot-dev
26-
pip install .
27-
2822
- name: "Build docs"
2923
shell: bash -el {0}
3024
run: |
3125
micromamba activate ultraplot-dev
26+
pip install .
3227
cd docs
3328
make html

.github/workflows/build-ultraplot.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,9 @@ jobs:
1919
cache-environment: true
2020
cache-downloads: false
2121

22-
- name: "Build docs"
22+
- name: Test Ultraplot
2323
shell: bash -el {0}
2424
run: |
2525
micromamba activate ultraplot-dev
2626
pip install .
27-
cd docs
28-
make html
27+
python -m pytest

0 commit comments

Comments
 (0)