Update python version in tests

This commit is contained in:
2021-01-25 21:59:23 +00:00
parent c46a2c53f3
commit 0e7723828a

View File

@@ -28,7 +28,7 @@ jobs:
- name: Set up Python - name: Set up Python
uses: actions/setup-python@v2 uses: actions/setup-python@v2
with: with:
python-version: 3.8 python-version: 3.9
- name: Setup Chromedriver - name: Setup Chromedriver
if: \!${{ matrix.parallel }} if: \!${{ matrix.parallel }}
run: | run: |