Actually use the Python version in GA workflow (#1485)

It appears that the Python versions in our strategy matrix are not used
unless we drag them down into the steps. Do so now.
This commit is contained in:
Steve Kowalik
2020-04-26 14:56:08 +10:00
committed by GitHub
parent 546d601b50
commit 3551453eff
+2
View File
@@ -11,6 +11,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "${{ matrix.python-version }}"
- run: pip install tox -r requirements.txt -r test-requirements.txt
- run: tox -elint
- run: pytest --cov=github