path format in ci.yml fixed

This commit is contained in:
Nicolas 2025-05-26 12:33:24 +02:00
parent ad6fe7c6e7
commit b20773364c
1 changed files with 3 additions and 3 deletions

View File

@ -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