Skip to content

Commit fcddb49

Browse files
committed
Update run_tests.yml
Add pyenv action to support Python 3.5.3
1 parent 3981721 commit fcddb49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- uses: actions/checkout@v2
1717

1818
- name: Set up Python 3.5.3
19-
uses: actions/setup-python@v2
19+
uses: gabrielfalcao/pyenv-action@v7
2020
with:
21-
python-version: '3.5.3' # Debian Buster (stable)
21+
default: '3.5.3' # Debian Buster (stable)
2222

2323
- name: Run Python unittests
2424
run: python3 -m unittest

0 commit comments

Comments
 (0)