Skip to content

Commit

Permalink
patch gha workflow (TMP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 2, 2024
1 parent d490e58 commit 18226d1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,10 @@ 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
python -m pip install https://github.com/conda/conda-libmamba-solver/archive/decode-urls.tar.gz --no-deps
- name: Set up conda executable
run: |
if [[ "${{ matrix.conda-standalone }}" == "micromamba" ]]; then
Expand Down

0 comments on commit 18226d1

Please sign in to comment.