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

Commit 874e2bb

Browse files
authored
Update tests.yml
1 parent 366a09b commit 874e2bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

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

0 commit comments

Comments
 (0)