Skip to content

Commit

Permalink
create the poetry virtualenv inside the project
Browse files Browse the repository at this point in the history
This enables the caching needed to speed up github actions as documented in: https://github.com/marketplace/actions/python-poetry-action#workflow-example-cache-the-virtual-environment
  • Loading branch information
akshaykarle committed Sep 12, 2024
1 parent cd06c3c commit 39c5ff4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions poetry.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[virtualenvs]
create = true
in-project = true

0 comments on commit 39c5ff4

Please sign in to comment.