Skip to content

Commit 42b412a

Browse files
committed
revert useless changes
1 parent 3704c7b commit 42b412a

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/test-pypi.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,7 @@ jobs:
104104
}
105105
- name: Checkout repository (for tests)
106106
uses: actions/checkout@v3
107-
- name: Remove source code to prevent shadowing
108-
if: runner.os == 'Linux' || runner.os == 'macOS'
109-
run: rm -rf paint
110-
- name: Remove source code to prevent shadowing (Windows)
111-
if: runner.os == 'Windows'
112-
run: Remove-Item -Recurse -Force paint
113107
- name: Run tests with coverage
114108
run: |
115109
python --version
116-
python -m pytest
110+
pytest --cov=paint

0 commit comments

Comments
 (0)