Skip to content

Commit 5ad353e

Browse files
committed
Bring back 100% of the CI
1 parent 8449fbf commit 5ad353e

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

.github/workflows/python-ci.yml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,11 @@ jobs:
3838
- name: pytest-selfie - ruff
3939
run: uv run ruff format --check && uv run ruff check
4040
working-directory: python/pytest-selfie
41-
# - name: example-pytest-selfie - poetry install
42-
# run: poetry install
43-
# working-directory: python/example-pytest-selfie
44-
# - run: poetry run pytest -vv
45-
# working-directory: python/example-pytest-selfie
46-
# - name: example-pytest-selfie - pyright
47-
# run: poetry run pyright
48-
# working-directory: python/example-pytest-selfie
49-
# - name: example-pytest-selfie - ruff
50-
# run: poetry run ruff format --check && poetry run ruff check
51-
# working-directory: python/example-pytest-selfie
41+
- run: uv run pytest -vv
42+
working-directory: python/example-pytest-selfie
43+
- name: example-pytest-selfie - pyright
44+
run: uv run pyright
45+
working-directory: python/example-pytest-selfie
46+
- name: example-pytest-selfie - ruff
47+
run: uv run ruff format --check && uv run ruff check
48+
working-directory: python/example-pytest-selfie

0 commit comments

Comments
 (0)