Skip to content

Commit f602800

Browse files
install source util
1 parent d3fcf8c commit f602800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packing.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ jobs:
510510

511511
- name: Install test requirements
512512
run: |
513-
apt install -y python3.11-venv
513+
apt install -y source python3.11-venv
514514
python3 -m venv .venv
515515
source .venv/bin/activate
516516
pip3 install -r requirements-test.txt

0 commit comments

Comments
 (0)