Skip to content

Commit 2e3454d

Browse files
author
Natalie Chin
committed
Installed solc-select through setup.py not pip
1 parent 16a135d commit 2e3454d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/macos_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Install all solc versions
3131
run: |
32-
pip3 install solc-select
32+
python3 setup.py develop
3333
solc-select install all
3434
- name: Test minimum release
3535
run: |

.github/workflows/ubuntu_install.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ jobs:
3030

3131
- name: Install all solc versions
3232
run: |
33-
pip3 install solc-select
33+
sudo python3 setup.py develop
34+
solc-select install all
3435
solc-select install all
3536
- name: Test minimum release
3637
run: |

0 commit comments

Comments
 (0)