Skip to content

Commit f275547

Browse files
committed
Try setting permissions to fix PermissionError
1 parent 5332a8e commit f275547

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/tests-coverage.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@ 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+
sudo chmod -R 777 $GITHUB_WORKSPACE/public
60+
5661
- name: Run tests
5762
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
5863
run: |

0 commit comments

Comments
 (0)