Skip to content

Commit

Permalink
fix python dep extendStaking & setBlockCron yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsnt committed Jan 9, 2025
1 parent 9cc0871 commit c8a1bf6
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/extendstakingcron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ jobs:
~/.vvm
key: ${{ runner.os }}-compiler-cache

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.9"

- name: Install python dependencies
run: pip install -r requirements.txt && brownie pm install OpenZeppelin/[email protected]

Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/setblockcron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,11 @@ jobs:
# ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
# ${{ runner.os }}-pip-

- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: "3.9"

- name: Install python dependencies
run: pip install -r requirements.txt && brownie pm install OpenZeppelin/[email protected]

Expand Down

0 comments on commit c8a1bf6

Please sign in to comment.