Skip to content

Commit

Permalink
mock version
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Dec 2, 2024
1 parent 18226d1 commit da1bfd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
&& files+=(--file "dev/extra-requirements-${{ runner.os }}.txt")
conda install ${files[@]} -y
echo "NSIS_USING_LOG_BUILD=1" >> $GITHUB_ENV
pip install -e . --no-deps --no-build-isolation
SETUPTOOLS_SCM_PRETEND_VERSION=24.11.1 pip install -e . --no-deps --no-build-isolation
- name: Patch conda-libmamba-solver (TEMP)
run: |
conda remove --force conda-libmamba-solver
Expand Down

0 comments on commit da1bfd1

Please sign in to comment.