mirror of
https://github.com/chatmail/core.git
synced 2026-04-29 03:16: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
|
||||
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
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python }}
|
||||
python-version: 3.7
|
||||
|
||||
- name: Install tox
|
||||
run: pip install tox
|
||||
|
||||
Reference in New Issue
Block a user