Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm authored Aug 7, 2023
1 parent 663f9eb commit 72fa4af
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions actions/setup-environment/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@ runs:

- name: Install project
shell: bash
run: poetry install --no-interaction --all-extras
run: |
# upgrade pip
poetry run pip install --upgrade pip
poetry install --no-interaction --all-extras
- name: Documentation
shell: bash
Expand All @@ -50,4 +53,4 @@ runs:
with:
name: build
path: artifacts/build
retention-days: 1
retention-days: 1

0 comments on commit 72fa4af

Please sign in to comment.