From d328c2666002c40c9029d12122178c287a052aef Mon Sep 17 00:00:00 2001 From: Stefan van der Walt Date: Wed, 4 Sep 2024 14:26:50 -0700 Subject: [PATCH] Fix sdist build dependencies --- .github/workflows/wheel_tests_and_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wheel_tests_and_release.yml b/.github/workflows/wheel_tests_and_release.yml index 1ce6be86..fc1a6d52 100644 --- a/.github/workflows/wheel_tests_and_release.yml +++ b/.github/workflows/wheel_tests_and_release.yml @@ -162,7 +162,7 @@ jobs: - name: Install build tools run: | python -m pip install --upgrade pip - pip install build setuptools_scm + pip install build numpy cython setuptools_scm - name: Build the source distribution run: |