Skip to content

Commit

Permalink
Endeavor to fix the python path to TestHarness.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 20, 2023
1 parent ba3bf65 commit 4c3ac5f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,9 @@ jobs:
- name: Install Leap
run: |
sudo apt-get install -y ./leap*.deb
dpkg -L leap-dev | grep TestHarness
- name: Test Leap Integration
run: |
pip install web3
export PYTHONPATH=/usr/local/lib/python3/dist-packages
export PYTHONPATH=/usr/share/leap_testing/tests/TestHarness
./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 4c3ac5f

Please sign in to comment.