Skip to content

Commit d45d448

Browse files
committed
Remove setting permissions again as it did not work correctly
1 parent b668b70 commit d45d448

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/tests-coverage.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ jobs:
5353
python -m pip install --upgrade pip wheel setuptools
5454
python -m pip install .[dev]
5555
56-
- name: Fix permission
57-
if: runner.os == 'Windows'
58-
run: |
59-
icacls $GITHUB_WORKSPACE /grant:w User:F
60-
6156
- name: Run tests
6257
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
6358
run: |

0 commit comments

Comments
 (0)