Skip to content

Commit

Permalink
find conda debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nspope committed Oct 18, 2023
1 parent 1bc33d3 commit f87801e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ jobs:
- name: find conda
id: find-conda
run: |
echo "$CONDA"
echo "$name"
echo "name=CONDA::$CONDA" >> $GITHUB_OUTPUT
echo "$CONDA"
echo "$name"
- name: fix conda permissions
if: runner.os == 'macOS'
Expand Down

0 comments on commit f87801e

Please sign in to comment.