Skip to content

Commit

Permalink
Remove stray echo from tests CI workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope authored and petrelharp committed Jul 6, 2024
1 parent c4ccaa2 commit 09f97ea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
if: runner.os == 'macOS'
run: |
# Fix incorrect conda permissions on mac that prevent cache restore.
echo "$USER:staff ${{ steps.find-conda.outputs.CONDA }}"
sudo chown -R $USER:staff ${{ steps.find-conda.outputs.CONDA }}
- name: cache conda
Expand Down

0 comments on commit 09f97ea

Please sign in to comment.