We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac57dc0 commit 60b8d95Copy full SHA for 60b8d95
.github/workflows/release.yaml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/setup-python@v5
24
- name: Install dependencies
25
run: |
26
- python -m pip install -U build check-manifest pip pytest setuptools setuptools-scm twine wheel
+ python -m pip install -U build check-manifest pip pytest setuptools setuptools-scm twine
27
- name: Build distributions
28
run: python -m build --sdist --wheel . --outdir dist
29
.github/workflows/test.yaml
@@ -42,7 +42,7 @@ jobs:
42
43
- name: Run Tests
44
45
- python -m pytest -rxs --cov=./ --cov-report=xml
+ pytest -rxs --cov=./ --cov-report=xml
46
47
- name: Upload code coverage to Codecov
48
uses: codecov/codecov-action@v4
0 commit comments