Skip to content

Commit

Permalink
Explicitly install setuptools, distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-allan committed Jan 31, 2024
1 parent de2f694 commit 0d18cd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 0d18cd1

Please sign in to comment.