Skip to content

Commit c7a0bc3

Browse files
dmygeroleg-jukovec
authored andcommitted
test: use fixed Python version 3.10
1 parent fb762a7 commit c7a0bc3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on: [push, pull_request]
55

66
env:
77
GO_VERSION: 1.14
8-
PYTHON_VERSION: '3.x'
8+
PYTHON_VERSION: '3.10'
99

1010
jobs:
1111
tests:
@@ -55,4 +55,4 @@ jobs:
5555
- name: Integration tests
5656
run: |
5757
source ./venv/bin/activate
58-
make integration
58+
make integration

0 commit comments

Comments
 (0)