8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18d2919 commit 0834cc4Copy full SHA for 0834cc4
.github/workflows/wheel_tests_and_release.yml
@@ -277,7 +277,7 @@ jobs:
277
run: |
278
SK_VERSION=$(git describe --tags)
279
source tools/github/before_install.sh
280
- python -m build --no-isolation --sdist .
+ python -m build --no-isolation --skip-dependency-check --sdist .
281
ls -la ${{ github.workspace }}/dist
282
# We prefer to release wheels before source because otherwise there is a
283
# small window during which users who pip install scikit-image will require compilation.
0 commit comments