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 5332a8e commit f275547Copy full SHA for f275547
.github/workflows/tests-coverage.yml
@@ -53,6 +53,11 @@ 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
+ sudo chmod -R 777 $GITHUB_WORKSPACE/public
60
+
61
- name: Run tests
62
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
63
run: |
0 commit comments