Skip to content

Commit

Permalink
Merge pull request #1546 from Pavan-Nambi/dev-ci
Browse files Browse the repository at this point in the history
chore(CI):removing solc-select install all lines
  • Loading branch information
montyly authored Jan 9, 2023
2 parents e492b29 + d1b875d commit a6ca165
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/IR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,14 @@ jobs:
- name: Install dependencies
run: |
pip install ".[dev]"
solc-select install all
solc-select use 0.8.11
solc-select install 0.5.0
solc-select use 0.8.11 --always-install
- name: Install old solc
if: matrix.os == 'ubuntu-latest'
run: solc-select install 0.4.0


- name: Test with pytest
run: |
pytest tests/test_ssa_generation.py
pytest tests/test_ssa_generation.py
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ jobs:
- name: Install dependencies
run: |
pip install ".[dev]"
solc-select install all
solc-select use 0.5.1
solc-select use 0.4.25 --always-install
solc-select use 0.8.0 --always-install
solc-select use 0.5.1 --always-install
pip install typing_extensions==4.1.1
pip install importlib_metadata==4.8.3
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/detectors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
pip install ".[dev]"
solc-select install all
solc-select use 0.7.3
solc-select use 0.7.3 --always-install
- name: Test with pytest
run: |
pytest tests/test_detectors.py
3 changes: 1 addition & 2 deletions .github/workflows/features.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
run: |
pip install ".[dev]"
solc-select install all
solc-select use 0.8.0
solc-select use 0.8.0 --always-install
cd tests/test_node_modules/
npm install hardhat
Expand Down

0 comments on commit a6ca165

Please sign in to comment.