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 6b33b37 commit 5921eed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,8 @@ jobs:
- name: Install the Python wheel
run: |
python3 -m pip install dist/aleph_sdk_python-*.whl
- name: Import and use the package
run: |
python3 -c "import aleph.sdk"
python3 -c "from aleph.sdk.chains.ethereum import get_fallback_account; get_fallback_account()"

0 comments on commit 5921eed

Please sign in to comment.