File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed
Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,14 @@ jobs:
1313 with :
1414 python-version : ' 3.12'
1515
16- - name : Install Poetry
17- uses : snok/install-poetry@v1
18-
1916 - name : Install dependencies
2017 run : |
21- poetry install --with dev
18+ pip install uv
19+ uv sync --all-extras
2220
2321 - name : Sphinx build
2422 run : |
25- poetry run sphinx-build -b html docs/source docs/build/html
23+ uv run sphinx-build -b html docs/source docs/build/html
2624
2725 - name : Deploy documentation
2826 uses : peaceiris/actions-gh-pages@v4
Original file line number Diff line number Diff line change 99 with :
1010 python-version : ' 3.12'
1111
12- - name : Install Poetry
13- uses : snok/install-poetry@v1
14-
1512 - name : Install dependencies
1613 run : |
17- poetry install --with dev
14+ pip install uv
15+ uv sync --all-extras
16+
1817 - name : Lint
1918 run : |
20- poetry run flake8 consys4py
19+ uv run flake8 consys4py
You can’t perform that action at this time.
0 commit comments