Skip to content

Commit 1c7ab42

Browse files
committed
ci: use python 3 in reusable_testing.yml workflow
The memcached tests have migrated to Python 3 recently in scope of #82. But reusable_testing.yml workflow wasn't updated and tests started to fail. This patch fixes the issue.
1 parent fe01754 commit 1c7ab42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/reusable_testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838
TNT_VERSION=$(tarantool --version | grep -e '^Tarantool')
3939
echo "TNT_VERSION=$TNT_VERSION" >> $GITHUB_ENV
4040
41-
- name: Setup python2 for tests
41+
- name: Setup python3 for tests
4242
uses: actions/setup-python@v2
4343
with:
44-
python-version: 2.7
44+
python-version: 3.7
4545

4646
- name: Install build requirements
4747
run: sudo apt-get -y install libsasl2-dev

0 commit comments

Comments
 (0)