Skip to content

Commit cfac788

Browse files
committed
Fix CI (disable coverage for now)
1 parent f9dc4c4 commit cfac788

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/python-package.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -47,17 +47,17 @@ jobs:
4747
name: Package
4848
path: dist
4949

50-
- name: Collect coverage
51-
if: ${{ matrix.python-version == '3.10' }}
52-
run:
53-
coverage html
54-
55-
- name: Upload coverage report
56-
uses: actions/upload-artifact@v6
57-
if: ${{ matrix.python-version == '3.10' }}
58-
with:
59-
name: Coverage
60-
path: htmlcov
50+
# - name: Collect coverage
51+
# if: ${{ matrix.python-version == '3.10' }}
52+
# run:
53+
# coverage html
54+
#
55+
# - name: Upload coverage report
56+
# uses: actions/upload-artifact@v6
57+
# if: ${{ matrix.python-version == '3.10' }}
58+
# with:
59+
# name: Coverage
60+
# path: htmlcov
6161

6262
build-uv:
6363

@@ -95,7 +95,7 @@ jobs:
9595
- name: Build and test with twine
9696
run: |
9797
uv build
98-
twine check --strict dist/*
98+
uv run twine check --strict dist/*
9999
100100
docs:
101101

0 commit comments

Comments
 (0)