Skip to content

Commit

Permalink
Merge pull request #42 from godatadriven/poetry-cache
Browse files Browse the repository at this point in the history
Poetry install in .venv for caching to work
  • Loading branch information
pgoslatara authored Jul 21, 2024
2 parents 76f7ebc + 0c85131 commit 0d41bcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ concurrency:
env:
IMAGE_NAME: ${{ github.repository }}
POETRY_VERSION: "1.7.1"
POETRY_VIRTUALENVS_IN_PROJECT: true
REGISTRY: ghcr.io

jobs:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
env:
IMAGE_NAME: ${{ github.repository }}
POETRY_VERSION: "1.7.1"
POETRY_VIRTUALENVS_IN_PROJECT: true
REGISTRY: ghcr.io

jobs:
Expand Down

0 comments on commit 0d41bcd

Please sign in to comment.