File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,6 @@ jobs:
103
103
- name : Install dependencies
104
104
run : |
105
105
python -m pip install --upgrade pip
106
- sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
107
106
python -m pip install .[test]
108
107
- name : Install Docutils ${{ matrix.docutils }}
109
108
run : python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
@@ -170,7 +169,6 @@ jobs:
170
169
- name : Install dependencies
171
170
run : |
172
171
python -m pip install --upgrade pip
173
- sed -i 's/flit_core>=3.7/flit_core @ git+https:\/\/github.com\/pypa\/flit.git#subdirectory=flit_core/' pyproject.toml
174
172
python -m pip install .[test]
175
173
- name : Test with pytest
176
174
run : python -m pytest -n logical --dist=worksteal -vv --durations 25
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
- requires = [" flit_core>=3.7 " ]
2
+ requires = [" flit_core>=3.10 " ]
3
3
build-backend = " flit_core.buildapi"
4
4
5
5
# project metadata
You can’t perform that action at this time.
0 commit comments