Skip to content

Commit

Permalink
Poetry needs to be explicitly installed
Browse files Browse the repository at this point in the history
  • Loading branch information
iainsproat committed Jan 3, 2025
1 parent b9352c9 commit 39b35b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/graphql-api-fuzzer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
ref: V${{ env.GRAPHQLER_VERSION }}
path: 'graphqler-fuzzer' # The path to clone the repository within the {{ github.workspace }} directory

- name: Install poetry
run: pipx install poetry

- name: Set up Python ${{ env.PYTHON_VERSION }}
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit 39b35b6

Please sign in to comment.