Skip to content

Commit

Permalink
fix(ci): installing poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogarcia committed Dec 16, 2024
1 parent 27d7988 commit ef54c18
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/gql-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ jobs:
with:
python-version: '3.12'
- name: installing poetry
run: |
python -m pip install --upgrade pip
pip install poetry
run: python -m pip install --upgrade pip && pip install poetry
- name: building docs
run: |
cd docs/guide/docs && \
poetry install --with dev && \
poetry shell && mkdocs build
run: cd docs/guide/docs && poetry install && poetry shell && mkdocs build
- uses: actions/setup-java@v4
with:
distribution: 'corretto'
Expand Down

0 comments on commit ef54c18

Please sign in to comment.