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:
103103 - name : Install dependencies
104104 run : |
105105 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
107106 python -m pip install .[test]
108107 - name : Install Docutils ${{ matrix.docutils }}
109108 run : python -m pip install --upgrade "docutils~=${{ matrix.docutils }}.0"
@@ -170,7 +169,6 @@ jobs:
170169 - name : Install dependencies
171170 run : |
172171 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
174172 python -m pip install .[test]
175173 - name : Test with pytest
176174 run : python -m pytest -n logical --dist=worksteal -vv --durations 25
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" flit_core>=3.7 " ]
2+ requires = [" flit_core>=3.10 " ]
33build-backend = " flit_core.buildapi"
44
55# project metadata
You can’t perform that action at this time.
0 commit comments