Skip to content

Commit

Permalink
Change permission
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 12, 2024
1 parent 1d7055f commit b668b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests-coverage.yml
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Fix permission
if: runner.os == 'Windows'
run: |
sudo chmod -R 777 $GITHUB_WORKSPACE/public
icacls $GITHUB_WORKSPACE /grant:w User:F
- name: Run tests
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
Expand Down

0 comments on commit b668b70

Please sign in to comment.