Skip to content

Commit

Permalink
Try not changing the permissions of exports dir in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
stefpiatek committed Dec 22, 2023
1 parent 58be0e8 commit 4dae70f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,10 +195,6 @@ 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 4dae70f

Please sign in to comment.