Update run_tests.yml

Add pyenv action to support Python 3.5.3
This commit is contained in:
cookie 2021-04-04 07:23:18 +00:00 committed by Dominik Pataky
parent 3981721900
commit fcddb49a6a

View file

@ -16,9 +16,9 @@ jobs:
- uses: actions/checkout@v2
- name: Set up Python 3.5.3
uses: actions/setup-python@v2
uses: gabrielfalcao/pyenv-action@v7
with:
python-version: '3.5.3' # Debian Buster (stable)
default: '3.5.3' # Debian Buster (stable)
- name: Run Python unittests
run: python3 -m unittest