Skip to content

Commit b773f14

Browse files
committed
ci: fix failures
1 parent f635f79 commit b773f14

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
matrix:
1515
python-version: [ 3.7, 3.8, 3.9, '3.10', '3.11', '3.12' ]
1616
java-version: [ 8, 11, 17, 21 ]
17-
runs-on: ubuntu-latest
17+
runs-on: ${{ matrix.python-version == 3.7 && 'ubuntu-22.04' || 'ubuntu-latest' }}
1818
steps:
1919
- name: Checkout the repository
2020
uses: actions/checkout@v4

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ pre-commit = "^2.21.0" # frozen for Python 3.7
2929
pytest = "^7.4.4" # frozen for Python 3.7
3030
pytest-benchmark = "^4.0.0"
3131
pytest-cov = "^4.1.0"
32+
setuptools = "^68.0.0" # frozen for Python 3.7
3233
sphinx = "^5.3.0" # frozen for Python 3.7
3334
sphinx_rtd_theme = "^2.0.0"
3435
sphinx-autodoc-typehints = "^1.23.0" # frozen for Python 3.7

0 commit comments

Comments
 (0)