mirror of
https://github.com/status-im/PyGithub.git
synced 2026-08-31 10:51:14 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user