Skip to content

Commit 60b8d95

Browse files
committed
review actions
1 parent ac57dc0 commit 60b8d95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/setup-python@v5
2424
- name: Install dependencies
2525
run: |
26-
python -m pip install -U build check-manifest pip pytest setuptools setuptools-scm twine wheel
26+
python -m pip install -U build check-manifest pip pytest setuptools setuptools-scm twine
2727
- name: Build distributions
2828
run: python -m build --sdist --wheel . --outdir dist
2929

.github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
4343
- name: Run Tests
4444
run: |
45-
python -m pytest -rxs --cov=./ --cov-report=xml
45+
pytest -rxs --cov=./ --cov-report=xml
4646
4747
- name: Upload code coverage to Codecov
4848
uses: codecov/codecov-action@v4

0 commit comments

Comments
 (0)