Skip to content

Commit

Permalink
fixup: setuptools/pkg-resources
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jun 10, 2024
1 parent fc606ee commit ccb5ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,6 @@ jobs:
sudo apt-get -y upgrade
sudo apt-get install -y libsecp256k1-dev
- name: Install `setuptools` on systems where it is missing by default
run: sudo apt-get install --reinstall python3-setuptools python3-pkg-resources
if: matrix.os == 'ubuntu-24.04'

- name: Install Hatch
run: |
python3 -m venv /tmp/venv
Expand All @@ -68,6 +64,10 @@ jobs:
run: |
/tmp/venv/bin/python3 -m pip install dist/aleph_sdk_python-*.whl
- name: Install `setuptools` on systems where it is missing by default
run: /tmp/venv/bin/python3 -m pip install --upgrade setuptools
if: matrix.os == 'ubuntu-24.04'

- name: Import and use the package
run: |
/tmp/venv/bin/python3 -c "import aleph.sdk"
Expand Down

0 comments on commit ccb5ec1

Please sign in to comment.