mirror of
https://github.com/chatmail/core.git
synced 2026-04-02 05:22:14 +03:00
Downgrade tox to version 3
Our CI pipeline currently does not work with tox 4.0.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -129,7 +129,7 @@ jobs:
|
||||
|
||||
- name: install tox
|
||||
if: ${{ matrix.python }}
|
||||
run: pip install tox
|
||||
run: pip install --upgrade 'tox<4'
|
||||
|
||||
- name: build C library
|
||||
if: ${{ matrix.python }}
|
||||
|
||||
Reference in New Issue
Block a user