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 28d5924 commit d6aa379
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ 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
- name: cache conda
Expand Down

0 comments on commit d6aa379

Please sign in to comment.