Skip to content

Commit

Permalink
CI: Importing aleph.sdk after installation
Browse files Browse the repository at this point in the history
  • Loading branch information
hoh committed Jan 26, 2023
1 parent 351feac commit 7971a5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,10 @@ jobs:
- name: Install the Python wheel
run: |
python3 -m pip install dist/aleph_sdk_python-*.whl
- name: Import and use the package
# macos tests fail this step because they use Python 3.11, which is not yet supported by our dependencies
if: startsWith(matrix.os, 'ubuntu-')
run: |
python3 -c "import aleph.sdk"
python3 -c "from aleph.sdk.chains.ethereum import get_fallback_account; get_fallback_account()"

0 comments on commit 7971a5c

Please sign in to comment.