Skip to content

Commit

Permalink
test: use working ape
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Jul 25, 2024
1 parent 7435940 commit cce6cdd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_ape_version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
version:
[
'default',
'0.8.0',
'==0.8.0',
'0.8.10',
'==0.8.10',
'git+https://github.com/ApeWorX/ape.git@main',
]
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ steps:
- uses: ApeWorX/github-action@v2
with:
python-version: '3.10' # (optional)
ape-version-pin: '>=0.8.0' # (optional)
ape-plugins-list: 'solidity vyper==0.8.0' # (optional)
ape-version-pin: '>=0.8.10' # (optional)
ape-plugins-list: 'solidity vyper==0.8.4' # (optional)
- run: ape test -s
```
Expand Down

0 comments on commit cce6cdd

Please sign in to comment.