Skip to content

Commit b341dfb

Browse files
committed
Update manager.yaml
1 parent beccfb0 commit b341dfb

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/actions/install-env/action.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ runs:
115115
conda env update -vv --file "$env_filepath"
116116
echo "::endgroup::"
117117
done <<< "$ENV_FILEPATHS"
118+
- name: Project Manager Install
119+
run: |
120+
conda activate pypackit
121+
pip install ${{ inputs.repo_path }}/.manager --no-deps
118122
- name: Conda Info
119123
shell: bash -el {0}
120124
env:

0 commit comments

Comments
 (0)