Skip to content

Commit

Permalink
chore: upgrade vyper version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
0xtekgrinder committed Apr 25, 2024
1 parent 60e1f44 commit 841e12a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-deep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: yarn test:unit
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: yarn test:invariant
Expand Down Expand Up @@ -192,7 +192,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: yarn test:fuzz
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: yarn test:unit
Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: yarn test:invariant
Expand Down Expand Up @@ -181,7 +181,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: Run Foundry tests
run: npm run test:fuzz
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
python-version: '3.8'

- name: Install vyper
run: pip install vyper==0.3.0
run: pip install vyper==0.2.16

- name: "Install lcov"
run: "sudo apt-get install lcov"
Expand Down

0 comments on commit 841e12a

Please sign in to comment.