Skip to content

Commit

Permalink
Fix permission error for zenproject deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ir4y committed Nov 9, 2023
1 parent 8172a30 commit 2f5a3c0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
- name: Upgrade pip
run: |
python -m pip install --upgrade pip
- name: Create deps dir
run: mkdir -p zenproject/zen-packages && chmod 0777 zenproject/zen-packages
- name: Run tests
run: ./run_test.sh
shell: bash
Expand Down

0 comments on commit 2f5a3c0

Please sign in to comment.