Skip to content

Commit

Permalink
workflows: parser: bump solc-select to >=v1.0.0b1
Browse files Browse the repository at this point in the history
This version introduces Windows support.
  • Loading branch information
elopez committed Mar 21, 2022
1 parent 9d05e5e commit 7097bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/parser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
python setup.py install
pip install deepdiff
pip install pytest
pip install solc-select
pip install "solc-select>=v1.0.0b1"
- name: Install solc
run: |
Expand Down

0 comments on commit 7097bc1

Please sign in to comment.