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 1d7055f commit b668b70Copy full SHA for b668b70
.github/workflows/tests-coverage.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Fix permission
57
if: runner.os == 'Windows'
58
run: |
59
- sudo chmod -R 777 $GITHUB_WORKSPACE/public
+ 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') }}
0 commit comments