-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: ensure proper venv creation and activation in GitHub Actions
Fix Python virtual environment setup in GitHub Actions workflow by: - Always creating venv before cache restoration - Separating Poetry installation from dependency installation - Making Poetry installation unconditional - Making dependency installation conditional on cache hit This fixes the black failure caused by missing Python interpreter when cache was restored without proper venv creation.
- Loading branch information
1 parent
0c925db
commit dac0f04
Showing
1 changed file
with
46 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters