Skip to content

Commit

Permalink
chore: use project section (#9937)
Browse files Browse the repository at this point in the history
  • Loading branch information
radoering authored Jan 5, 2025
1 parent d6881e3 commit a5887d8
Show file tree
Hide file tree
Showing 3 changed files with 146 additions and 53 deletions.
5 changes: 5 additions & 0 deletions .github/actions/bootstrap-poetry/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,8 @@ runs:
- run: git config --system core.longpaths true
if: runner.os == 'Windows'
shell: pwsh

# Use Poetry Python for virtual environments
# (Otherwise, the system Python will be used per default instead of the Python version we just installed)
- run: poetry config virtualenvs.use-poetry-python true
shell: bash
Loading

0 comments on commit a5887d8

Please sign in to comment.