From d9c7974c7867d9f768348ce36e9e54e153dfccbf Mon Sep 17 00:00:00 2001 From: Dai-Hai Ton-That Date: Mon, 17 Feb 2025 05:41:06 -0800 Subject: [PATCH] fix swig installation (should be removed) --- .github/workflows/pypi.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index b0db854..f2ac59c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -28,7 +28,7 @@ jobs: - name: Build wheels env: CIBW_BEFORE_ALL: | - apt-get update && apt-get install -y swig + pip install swig CIBW_BEFORE_BUILD: | pip install numpy setuptools wheel python3 setup.py build_ext --inplace