Skip to content

Commit 7e35e95

Browse files
authored
ci: create venv before using it
1 parent 38cb524 commit 7e35e95

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- uses: actions/checkout@v4
2323
- name: Activate virtualenv
2424
run: |
25+
python -m venv .venv
2526
. .venv/bin/activate
2627
echo PATH=$PATH >> $GITHUB_ENV
2728
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)