Skip to content

Commit b2ee603

Browse files
committed
add pytest
1 parent 062ccb0 commit b2ee603

3 files changed

Lines changed: 75 additions & 2 deletions

File tree

.github/workflows/pr-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- name: setup-pixi
17-
uses: prefix-dev/setup-pixi@v0.8.3
17+
uses: prefix-dev/setup-pixi@v0.9.4
1818
- name: Run tests
1919
run: pixi run test

pixi.lock

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pixi.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ mkdocs-material = ">=9.7.6"
1616
mkdocs-git-committers-plugin-2 = ">=2.5.0"
1717
mkdocstrings = ">=1.0.3"
1818
mkdocs-mermaid2-plugin = ">=1.2.3"
19-
mkdocstrings-python = ">=2.0.2,<3"
19+
mkdocstrings-python = ">=2.0.2"
20+
pytest = ">=9.0.2"

0 commit comments

Comments
 (0)