Explicit python3

This commit is contained in:
James Barnsley
2021-10-25 12:31:11 +13:00
parent 383c0f3d67
commit 2781add24c

View File

@ -19,8 +19,8 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install tox tox-gh-actions
pip install -e .
python3 -m pip install --upgrade pip
python3 -m pip install tox tox-gh-actions
python3 -m pip install -e .
- name: Test with tox
run: tox