Skip to content

Commit

Permalink
forgot with block
Browse files Browse the repository at this point in the history
  • Loading branch information
haakonvt committed May 30, 2024
1 parent 1c1a571 commit 6aa1f82
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ runs:

- name: Install Poetry
uses: snok/install-poetry@v1
with:
virtualenvs-create: true
virtualenvs-in-project: true

Expand All @@ -37,17 +38,3 @@ runs:
- name: Install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction ${{ inputs.extras }}


# - name: Setup cache for poetry
# uses: actions/cache@v4
# with:
# path: |
# ~/.cache/pypoetry
# ~/.poetry
# !~/.cache/pypoetry/artifacts
# !~/.cache/pypoetry/repositories
# key: ${{ runner.os }}-poetry-${{ hashFiles('**/poetry.lock') }}-${{ inputs.python_version }}-${{ inputs.extras }}
#
#
# poetry install --no-interaction --no-ansi ${{ inputs.extras }}

0 comments on commit 6aa1f82

Please sign in to comment.