Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy public extracts upon export of data #201

Merged
merged 16 commits into from
Dec 22, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Try and fix error in CI
  • Loading branch information
stefpiatek committed Dec 22, 2023
commit a56b317763f0300ec335c8869b327536a4e7e5ac
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -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: |