Skip to content

Commit fbe5d69

Browse files
reinstall python3 and check
1 parent d89360d commit fbe5d69

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/packing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -555,6 +555,8 @@ jobs:
555555

556556
- name: Run tests
557557
run: |
558+
apt install --reinstall python3
559+
python3 -c "import runpy; print('runpy module is available')"
558560
. .venv/bin/activate
559561
apt install -y `pwd`/deb_dist/python3-tarantool_*.deb
560562
ls -la /usr/lib/python3/dist-packages/tarantool

requirements-test.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,3 @@ codespell == 2.3.0 ; python_version >= '3.8'
1010
codespell == 2.2.5 ; python_version < '3.8'
1111
setuptools >= 75.3.2
1212
cmake == 3.15.3
13-
runpy-tool
14-
msgpack
15-
pytz

0 commit comments

Comments
 (0)