Skip to content

Commit

Permalink
ci: Python tests: Temporarily hardcode Python version to 3.7
Browse files Browse the repository at this point in the history
It's needed to fix CI until breathe-doc/breathe#943 is done.
  • Loading branch information
iequidoo committed Aug 21, 2023
1 parent 0c02fce commit 1c81a90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c81a90

Please sign in to comment.