From 24ca5b34d5a393e857bf3b2da654b37d5ad8bcd5 Mon Sep 17 00:00:00 2001 From: Manu Garg Date: Fri, 17 Nov 2023 09:58:15 -0500 Subject: [PATCH] fix --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 17c3506..5259ba8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,6 +107,11 @@ jobs: python-version: ${{ matrix.python-version }} architecture: x64 + - name: Set up setuptools + run: | + python --version + python -mpip install setuptools + - name: make non-windows if: ${{ matrix.os != 'windows' }} run: make -C src pymod-dist