Skip to content

Commit

Permalink
Fix python path to installed leap-dev modules.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 20, 2023
1 parent 8340a29 commit 33f27a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ jobs:
- name: Test Leap Integration
run: |
pip install web3
export PYTHONPATH=/usr/lib/python3/dist-packages
export PYTHONPATH=/usr/local/lib/python3/dist-packages
./tests/leap/nodeos_eos_evm_test.py --eos-evm-contract-root ./contract/build --eos-evm-build-root ./build --use-tx-wrapper ./peripherals/tx_wrapper

0 comments on commit 33f27a4

Please sign in to comment.