Skip to content

Commit 48b785b

Browse files
authored
Remove pip install of constructor from workflow
Remove direct installation of constructor from GitHub.
1 parent ed12484 commit 48b785b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ jobs:
4444
run: |
4545
CONDA_SUBDIR=${{ matrix.target_arch }} conda create --name constructor-${{ matrix.target_arch }} micromamba
4646
CONDA_STANDALONE_PATH="$(conda info --envs | grep constructor-${{ matrix.target_arch }} | sed -E 's@([^ ]+ +)@@g')/bin/micromamba"
47-
pip install git+http://github.com/conda/constructor.git@3.3.1
4847
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
4948
export CONDA_OVERRIDE_OSX=11.0
5049
elif [ "${{ matrix.target_arch }}" = linux-64 ]; then

0 commit comments

Comments
 (0)