From 1fde7e69a6aa9c0f16a70d68316f1f98a4b846dc Mon Sep 17 00:00:00 2001 From: WolframRhodium Date: Tue, 8 Oct 2024 07:29:39 +0800 Subject: [PATCH] .github/workflows/linux.yml: install python dependencies --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 89505bd5..c35ce560 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -45,7 +45,7 @@ jobs: - name: Install cython run: | python -m pip install --upgrade pip - pip install cython + pip install cython setuptools wheel - name: Set PKG_CONFIG_PATH run: echo "PKG_CONFIG_PATH=$pythonLocation/lib/pkgconfig" >> $GITHUB_ENV