Skip to content

Commit

Permalink
Fix conda yaml discovery
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Mar 3, 2024
1 parent a33aa1b commit 5ea7697
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Discover Environments
id: discover
run: |
echo "envs=$(ls environments/*.yml | xargs -n 1 basename)" >> $GITHUB_ENV
echo "envs=$(ls environments/*.yml | xargs -n 1 basename | tr '\n' ' ')" >> $GITHUB_ENV
- name: Create, Pack, and Upload Environments
env:
Expand Down

0 comments on commit 5ea7697

Please sign in to comment.