Skip to content

Commit

Permalink
Try and fix error in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Dec 22, 2023
1 parent 8687808 commit a56b317
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,10 @@ jobs:
python-version: 3.10.6
cache: 'pip'

- name: Allow all users to write to exports
run: |
chmod 777 exports/
- name: Run tests
working-directory: test
run: |
Expand Down

0 comments on commit a56b317

Please sign in to comment.