Skip to content

Commit ea3d4f9

Browse files
committed
Bring back CI on pytest-selfie
1 parent ba2ace1 commit ea3d4f9

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/python-ci.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,12 @@ jobs:
3232
- name: selfie-lib - ruff
3333
run: uv run ruff format --check && uv run ruff check
3434
working-directory: python/selfie-lib
35-
# - name: pytest-selfie - poetry install
36-
# run: poetry install
37-
# working-directory: python/pytest-selfie
38-
# - name: pytest-selfie - pyright
39-
# run: poetry run pyright
40-
# working-directory: python/pytest-selfie
41-
# - name: pytest-selfie - ruff
42-
# run: poetry run ruff format --check && poetry run ruff check
43-
# working-directory: python/pytest-selfie
35+
- name: pytest-selfie - pyright
36+
run: uv run pyright
37+
working-directory: python/pytest-selfie
38+
- name: pytest-selfie - ruff
39+
run: uv run ruff format --check && uv run ruff check
40+
working-directory: python/pytest-selfie
4441
# - name: example-pytest-selfie - poetry install
4542
# run: poetry install
4643
# working-directory: python/example-pytest-selfie

0 commit comments

Comments
 (0)