Skip to content

Commit

Permalink
feat: remove node and ganache
Browse files Browse the repository at this point in the history
  • Loading branch information
kx9x authored Jun 19, 2024
1 parent 29be791 commit 6012fb4
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/roboanimals-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,15 +222,6 @@ jobs:
FOUNDRY_BIN_DIR="$FOUNDRY_DIR/bin"
echo $FOUNDRY_BIN_DIR >> $GITHUB_PATH
- uses: actions/setup-node@v3
if: ${{ endsWith(inputs.network, 'ganache') || inputs.network == 'arb' }}
with:
node-version: 16

- name: Install ganache
if: ${{ endsWith(inputs.network, 'ganache') || inputs.network == 'arb' }}
run: npm install -g [email protected]

- name: Set up python 3.10
uses: actions/setup-python@main
with:
Expand Down

0 comments on commit 6012fb4

Please sign in to comment.