We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2780a2b commit 70217faCopy full SHA for 70217fa
1 file changed
.github/actions/install-env/action.yaml
@@ -116,6 +116,7 @@ runs:
116
echo "::endgroup::"
117
done <<< "$ENV_FILEPATHS"
118
- name: Project Manager Install
119
+ shell: bash -el {0}
120
run: |
121
conda activate pypackit
122
pip install ${{ inputs.repo_path }}/.manager --no-deps
0 commit comments