Skip to content

Commit

Permalink
Fix tests after setup.py removal
Browse files Browse the repository at this point in the history
  • Loading branch information
elopez committed Dec 31, 2024
1 parent f42f0cd commit 9eaa8e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/test_linux.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

sudo python3 setup.py install
sudo pip3 install .
solc-select install all

use_version=$(solc-select use 0.4.0)
Expand Down
2 changes: 1 addition & 1 deletion scripts/test_solc_upgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ solc-select install 0.4.11 0.5.0 0.6.12 0.7.3 0.8.3
all_old_versions=$(solc-select versions)

### Install new version of solc
sudo python3 setup.py develop
sudo pip3 install -e .
new_solc_version=$(solc --version)
all_new_versions=$(solc-select versions)

Expand Down

0 comments on commit 9eaa8e2

Please sign in to comment.