Explicit python3
This commit is contained in:
6
.github/workflows/python-tests.yml
vendored
6
.github/workflows/python-tests.yml
vendored
@ -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
|
||||
|
||||
Reference in New Issue
Block a user