Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavan-Nambi committed Jan 5, 2023
1 parent 9015e73 commit d1b875d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/IR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,14 @@ jobs:
- name: Install dependencies
run: |
pip install ".[dev]"
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

0 comments on commit d1b875d

Please sign in to comment.