8000 sdist: skip dependency check to use existing environment · scikit-image/scikit-image@0834cc4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0834cc4

Browse files
committed
sdist: skip dependency check to use existing environment
1 parent 18d2919 commit 0834cc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheel_tests_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ jobs:
277277
run: |
278278
SK_VERSION=$(git describe --tags)
279279
source tools/github/before_install.sh
280-
python -m build --no-isolation --sdist .
280+
python -m build --no-isolation --skip-dependency-check --sdist .
281281
ls -la ${{ github.workspace }}/dist
282282
# We prefer to release wheels before source because otherwise there is a
283283
# small window during which users who pip install scikit-image will require compilation.

0 commit comments

Comments
 (0)
0