Skip to content

Commit

Permalink
docs: fix pin example (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey authored Jun 8, 2023
1 parent 0e2abb8 commit 96f2ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ steps:
- uses: ApeWorX/github-action@v2
with:
python-version: "3.10" # (optional)
ape-version-pin: "0.6.0" # (optional)
ape-version-pin: ">=0.6.0" # (optional)
ape-plugins-list: "solidity vyper==0.6.2" # (optional)
- run: ape test -s
```
Expand Down

0 comments on commit 96f2ed0

Please sign in to comment.