We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4cf2c94 commit defb219Copy full SHA for defb219
2 files changed
.github/workflows/build-docs.yml
@@ -1,4 +1,4 @@
1
-name: Build and Test
+name: Build docs
2
on:
3
push:
4
branches: [main]
@@ -19,15 +19,10 @@ jobs:
19
cache-environment: true
20
cache-downloads: false
21
22
- - name: Test Ultraplot
23
- shell: bash -el {0}
24
- run: |
25
- micromamba activate ultraplot-dev
26
- pip install .
27
-
28
- name: "Build docs"
29
shell: bash -el {0}
30
run: |
31
micromamba activate ultraplot-dev
+ pip install .
32
cd docs
33
make html
.github/workflows/build-ultraplot.yml
@@ -19,10 +19,9 @@ jobs:
- - name: "Build docs"
+ - name: Test Ultraplot
pip install .
- cd docs
- make html
+ python -m pytest
0 commit comments