Skip to content

Commit

Permalink
Try setting permissions to fix PermissionError
Browse files Browse the repository at this point in the history
  • Loading branch information
birgits committed Jan 12, 2024
1 parent 5332a8e commit f275547
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ jobs:
python -m pip install --upgrade pip wheel setuptools
python -m pip install .[dev]
- name: Fix permission
if: runner.os == 'Windows'
run: |
sudo chmod -R 777 $GITHUB_WORKSPACE/public
- name: Run tests
if: ${{ !(runner.os == 'Linux' && matrix.python-version == 3.9 && matrix.name-suffix == 'coverage') }}
run: |
Expand Down

0 comments on commit f275547

Please sign in to comment.