mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
ci: Python tests: Temporarily hardcode Python version to 3.7
It's needed to fix CI until https://github.com/breathe-doc/breathe/issues/943 is done.
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -205,10 +205,12 @@ jobs:
|
|||||||
name: ${{ matrix.os }}-libdeltachat.a
|
name: ${{ matrix.os }}-libdeltachat.a
|
||||||
path: target/debug
|
path: target/debug
|
||||||
|
|
||||||
|
# TODO: Temporarily hardcode Python version to 3.7 until
|
||||||
|
# https://github.com/breathe-doc/breathe/issues/943 is done.
|
||||||
- name: Install python
|
- name: Install python
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python }}
|
python-version: 3.7
|
||||||
|
|
||||||
- name: Install tox
|
- name: Install tox
|
||||||
run: pip install tox
|
run: pip install tox
|
||||||
|
|||||||
Reference in New Issue
Block a user