Skip to content

Commit

Permalink
Fix pip install version selection.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 20, 2023
1 parent f107499 commit 80ecdf8
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 @@ -170,6 +170,6 @@ jobs:
- name: Test Leap Integration
run: |
pip install --upgrade web3=6.5.0
pip install --upgrade web3==6.5.0
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 80ecdf8

Please sign in to comment.