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 59950da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ jobs:
- 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 59950da

Please sign in to comment.