We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b668b70 commit d45d448Copy full SHA for d45d448
.github/workflows/tests-coverage.yml
@@ -53,11 +53,6 @@ jobs:
53
python -m pip install --upgrade pip wheel setuptools
54
python -m pip install .[dev]
55
56
- - name: Fix permission
57
- if: runner.os == 'Windows'
58
- run: |
59
- icacls $GITHUB_WORKSPACE /grant:w User:F
60
-
61
- name: Run tests
62
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
63
run: |
0 commit comments