mirror of https://github.com/Nonannet/pyladoc.git
path format in ci.yml fixed
This commit is contained in:
parent
ad6fe7c6e7
commit
b20773364c
|
@ -31,8 +31,8 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests with pytest (no matplotlib, no pandas)
|
- name: Run tests with pytest (no matplotlib, no pandas)
|
||||||
run: |
|
run: |
|
||||||
pytest tests\test_rendering_markdown.py::test_markdown_styling
|
pytest tests/test_rendering_markdown.py::test_markdown_styling
|
||||||
pytest tests\test_rendering_markdown.py::test_markdown_table
|
pytest tests/test_rendering_markdown.py::test_markdown_table
|
||||||
|
|
||||||
- name: Install matplotlib
|
- name: Install matplotlib
|
||||||
run: |
|
run: |
|
||||||
|
@ -40,7 +40,7 @@ jobs:
|
||||||
|
|
||||||
- name: Run tests with pytest rendering equations (with matplotlib)
|
- name: Run tests with pytest rendering equations (with matplotlib)
|
||||||
run: |
|
run: |
|
||||||
pytest tests\test_rendering_markdown.py::test_markdown_equations
|
pytest tests/test_rendering_markdown.py::test_markdown_equations
|
||||||
|
|
||||||
build-ubuntu:
|
build-ubuntu:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue