Skip to content

Commit

Permalink
fix build action
Browse files Browse the repository at this point in the history
  • Loading branch information
elicbarbieri committed Aug 29, 2024
1 parent 9f7820b commit 355487b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Install Dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: |
poetry config virtualenvs.create true
poetry install --no-interaction --with docs --with evm --with dev
lint:
Expand Down

0 comments on commit 355487b

Please sign in to comment.