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:
iequidoo
2023-08-21 19:15:29 -03:00
parent 0c02fce7d6
commit 1c81a90e12

View File

@@ -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