Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #98 from pinecone-io/fix_poetry_cache
Browse files Browse the repository at this point in the history
CI bug fix
  • Loading branch information
igiloh-pinecone authored Oct 24, 2023
2 parents aa9e7e6 + 239efa8 commit c70f0f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,9 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.3.2
virtualenvs-create: true
virtualenvs-in-project: true
installer-parallel: true
#----------------------------------------------
# load cached venv if cache exists
#----------------------------------------------
Expand Down

0 comments on commit c70f0f0

Please sign in to comment.