mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-24 10:34:01 +03:00
Give up using editable tox installation in the coverage job
This commit is contained in:
parent
962b576561
commit
ae6bfb0c92
2
.github/workflows/tests-and-linters.yml
vendored
2
.github/workflows/tests-and-linters.yml
vendored
|
@ -48,7 +48,7 @@ jobs:
|
|||
- uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: 3.12
|
||||
- run: pip install tox cython==0.29.36
|
||||
- run: pip install tox cython==0.29.37
|
||||
- run: make cythonize
|
||||
- run: tox
|
||||
env:
|
||||
|
|
Loading…
Reference in New Issue
Block a user