We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c673183 commit 98ccacfCopy full SHA for 98ccacf
.github/workflows/packing.yml
@@ -491,11 +491,6 @@ jobs:
491
- name: Remove connector source code
492
run: python3 .github/scripts/remove_source_code.py
493
494
- - name: Create venv
495
- run: |
496
- apt install -y python3-venv
497
- python3 -m venv .venv
498
-
499
- name: Install tarantool ${{ matrix.tarantool }}
500
run: |
501
apt install -y curl
@@ -516,6 +511,11 @@ jobs:
516
511
env:
517
512
DEBIAN_FRONTEND: noninteractive
518
513
514
+ - name: Create venv
515
+ run: |
+ apt install -y python3-venv
+ python3 -m venv .venv
+
519
- name: Install test requirements
520
521
pip3 install -r requirements-test.txt
0 commit comments