From 0d18cd1da39d1bb8051f3a04f69425db86a5eb8f Mon Sep 17 00:00:00 2001 From: Chris Allan Date: Wed, 31 Jan 2024 14:19:42 +0000 Subject: [PATCH] Explicitly install setuptools, distutils --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3620315..e02260d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: python-version: ${{ matrix.python-version }} - name: Prepare build environment run: | - pip install wheel>=0.40.0 twine numpy + pip install wheel>=0.40.0 twine numpy setuptools distutils - name: Build wheel run: | curl -J -O -L 'https://pypi.io/packages/source/z/zeroc-ice/zeroc-ice-3.6.5.tar.gz'