Skip to content

Commit 4cf2c94

Browse files
committed
# This is a combination of 2 commits.
# This is the 1st commit message: added title to build job # This is the commit message #2: fixed removing wrong test
1 parent 9c75035 commit 4cf2c94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-ultraplot.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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)