Skip to content

Commit 3ad5e1a

Browse files
author
Roberto Sora
authored
pin python version to 3.7 (#461)
1 parent cf1c3ab commit 3ad5e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Install Python
6868
uses: actions/setup-python@v1
6969
with:
70-
python-version: '3.x'
70+
python-version: '3.7'
7171
architecture: 'x64'
7272

7373
- name: Run integration tests

0 commit comments

Comments
 (0)