Skip to content

Commit 92235d3

Browse files
committed
Revert "Update environemnt for creating installer"
This reverts commit a6d26b5.
1 parent a6d26b5 commit 92235d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ 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]
4748
if [ "${{ matrix.target_arch }}" = osx-64 ]; then
4849
export CONDA_OVERRIDE_OSX=10.13
4950
elif [ "${{ matrix.target_arch }}" = linux-64 ]; then

scripts/environment.yml

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

0 commit comments

Comments
 (0)