We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07e2a1c commit 768dd36Copy full SHA for 768dd36
.github/workflows/test_functional.yml
@@ -146,10 +146,9 @@ jobs:
146
147
- name: Add .github/bin/ to PATH
148
# Sets up mocked mail command & any other custom executables
149
- # run: echo "${{ github.workspace }}/.github/bin" >> $GITHUB_PATH
+ # Adding to $GITHUB_PATH does not work when using setup-micromamba and/or login shell
150
run: |
151
echo "export PATH=\"${{ github.workspace }}/.github/bin:$PATH\"" >> ~/.bash_profile
152
- cat ~/.bash_profile
153
154
- name: Install
155
0 commit comments