Skip to content

Commit 768dd36

Browse files
Apply suggestions from code review
Co-authored-by: Ronnie Dutta <[email protected]>
1 parent 07e2a1c commit 768dd36

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/test_functional.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,10 +146,9 @@ jobs:
146146
147147
- name: Add .github/bin/ to PATH
148148
# Sets up mocked mail command & any other custom executables
149-
# run: echo "${{ github.workspace }}/.github/bin" >> $GITHUB_PATH
149+
# Adding to $GITHUB_PATH does not work when using setup-micromamba and/or login shell
150150
run: |
151151
echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bash_profile
152-
cat ~/.bash_profile
153152
154153
- name: Install
155154
run: |

0 commit comments

Comments
 (0)