Skip to content

Commit

Permalink
More syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmundt committed Mar 4, 2025
1 parent b374f16 commit 6e5e666
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_branches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,7 @@ jobs:
echo ""
echo "Final conda environment:"
conda list | ForEach-Object { " $_" }
conda list | ForEach-Object { " $($_)" }
- name: Setup TPL package directories
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_pr_and_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,7 @@ jobs:
echo ""
echo "Final conda environment:"
conda list | ForEach-Object { " $_" }
conda list | ForEach-Object { " $($_)" }
- name: Setup TPL package directories
run: |
Expand Down

0 comments on commit 6e5e666

Please sign in to comment.