Skip to content

Commit ab3b3e1

Browse files
install python3.11-venv
1 parent afde519 commit ab3b3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/packing.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ jobs:
510510

511511
- name: Install test requirements
512512
run: |
513+
apt install -y python3.11-venv
513514
python3 -m venv create tempenv
514515
tempenv/bin/python3 -m pip install -r requirements-test.txt
515516
if: matrix.target.os == 'debian'

0 commit comments

Comments
 (0)