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