Skip to content

Commit

Permalink
Debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Jul 5, 2024
1 parent d6aa379 commit adfb484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ jobs:
if: runner.os == 'macOS'
run: |
# Fix incorrect conda permissions on mac that prevent cache restore.
echo "$USER:staff $CONDA"
sudo chown -R $USER:staff $CONDA
echo "$USER:staff ${{ steps.find-conda.outputs.CONDA }}"
sudo chown -R $USER:staff ${{ steps.find-conda.outputs.CONDA }}
- name: cache conda
id: cache
Expand Down

0 comments on commit adfb484

Please sign in to comment.