Skip to content
This repository was archived by the owner on Feb 2, 2026. It is now read-only.

Commit 366a09b

Browse files
authored
Update tests_mamba.yml
1 parent 86b09ae commit 366a09b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests_mamba.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
conda install --yes --file=requirements.txt
3737
conda install --yes --file=requirements-mamba.txt
3838
conda install --yes pytest flaky pip python-build setuptools_scm>=7 setuptools>=45 toml
39-
pip install -e .
39+
pip install --no-deps --no-build-isolation -e .
4040
4141
- name: test versions
4242
shell: bash -el {0}

0 commit comments

Comments
 (0)