mirror of
https://github.com/django/daphne.git
synced 2025-07-14 18:02:17 +03:00
rc4+
This commit is contained in:
parent
922ec4e2be
commit
bb0aa1fbca
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -33,7 +33,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip setuptools wheel
|
python -m pip install --upgrade pip setuptools wheel
|
||||||
python -m pip install --upgrade 'tox==4.0.0rc1'
|
python -m pip install --upgrade 'tox>=4.0.0rc4'
|
||||||
|
|
||||||
- name: Run tox targets for ${{ matrix.python-version }}
|
- 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 .)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user