Skip to content

Commit

Permalink
Add chmod to nginx folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Jay Chia committed Jun 27, 2023
1 parent 7d5bf90 commit 430f789
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@ jobs:
pip install --upgrade pip
pip install -r requirements-dev.txt dist/${{ env.package-name }}-*x86_64*.whl --force-reinstall
rm -rf daft
- name: Prepare tmpdirs for IO services
run: |
mkdir -p /tmp/daft-integration-testing/nginx
chmod +rw /tmp/daft-integration-testing/nginx
- name: Spin up IO services
uses: isbang/[email protected]
with:
Expand Down

0 comments on commit 430f789

Please sign in to comment.