Skip to content

Commit

Permalink
attempt at fixing github caching issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed May 8, 2024
1 parent b8c7689 commit 30cbca0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/nightly_ci_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ jobs:
image: docker://nrel/openstudio:3.7.0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
cache: 'pip' # caching pip dependencies
- name: Change Owner of Container Working Directory
# working dir permissions workaround from https://github.com/actions/runner-images/issues/6775#issuecomment-1377299658
run: chown root:root .
Expand Down

0 comments on commit 30cbca0

Please sign in to comment.