Skip to content

Commit

Permalink
revert this debug block
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 3, 2024
1 parent 0f2e06a commit 81005fc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,6 @@ jobs:
conda install ${files[@]} -y
echo "NSIS_USING_LOG_BUILD=1" >> $GITHUB_ENV
pip install -e . --no-deps --no-build-isolation
- name: Patch conda-libmamba-solver (TEMP)
run: |
conda remove --force conda-libmamba-solver
SETUPTOOLS_SCM_PRETEND_VERSION=24.11.1 python -m pip install https://github.com/conda/conda-libmamba-solver/archive/remap.tar.gz --no-deps
- name: Set up conda executable
run: |
if [[ "${{ matrix.conda-standalone }}" == "micromamba" ]]; then
Expand Down

0 comments on commit 81005fc

Please sign in to comment.