Skip to content

Commit 3a6ebf8

Browse files
committed
fixed removing wrong test
1 parent e18a6d9 commit 3a6ebf8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build-ultraplot.yml

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

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

0 commit comments

Comments
 (0)