Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Commit

Permalink
Fix GH actions, add requirements file and fetch submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
grandizzy committed Feb 8, 2022
1 parent 1ade2bc commit e98a2b1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- name: Checkout
uses: actions/checkout@v2
with:
submodules: recursive

- name: Cache compiler installations
uses: actions/cache@v2
Expand Down
1 change: 1 addition & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eth-brownie>=1.16.0,<2.0.0

0 comments on commit e98a2b1

Please sign in to comment.