mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-04-19 16:42:10 +03:00
Fix extracting tox env with -dev Python versions
This commit is contained in:
parent
6f80b58220
commit
209300ddf2
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -37,7 +37,7 @@ jobs:
|
|||
run: python -m pip install --upgrade codecov tox
|
||||
|
||||
- name: Run tox targets for ${{ matrix.python-version }}
|
||||
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)
|
||||
run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d . | cut -f 1 -d '-')
|
||||
|
||||
- name: Run extra tox targets
|
||||
if: ${{ matrix.python-version == '3.9' }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user