Skip to content

Commit a6d26b5

Browse files
committed
Update environemnt for creating installer
1 parent 93f07d9 commit a6d26b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.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>=0.22,<2'
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/[email protected]
4847
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
4948
export CONDA_OVERRIDE_OSX=10.13
5049
elif [ "${{ matrix.target_arch }}" = linux-64 ]; then

scripts/environment.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ dependencies:
88
- pip
99
# Constructor itself
1010
- constructor
11-
- libmambapy
12-
# Workaround for https://github.com/conda/conda/issues/12219
13-
- conda 22.9.0
11+
- conda
1412
# For creating release notes and releases
1513
- packaging
1614
- requests

0 commit comments

Comments
 (0)