File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed
Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- python -m pip install poetry
27+ python -m pip install poetry poetry-plugin-export
2828 poetry config virtualenvs.create false
2929 poetry install --no-root --with dev
3030 - name : Check code style with black
Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- python -m pip install poetry tox
27+ python -m pip install poetry tox poetry-plugin-export
2828 make poetry-export
2929 - name : Lint with ruff
3030 run : make lint
Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- python -m pip install poetry
27+ python -m pip install poetry poetry-plugin-export
2828 poetry config virtualenvs.create false
2929 poetry install --no-root --with dev
3030 - name : Test & publish code coverage
Original file line number Diff line number Diff line change 3131 - name : Install dependencies
3232 run : |
3333 python -m pip install --upgrade pip
34- python -m pip install poetry
34+ python -m pip install poetry poetry-plugin-export
3535 poetry config virtualenvs.create false
3636 poetry install --no-root --with dev
3737 - name : Test with pytest
Original file line number Diff line number Diff line change 2424 - name : Install dependencies
2525 run : |
2626 python -m pip install --upgrade pip
27- python -m pip install poetry tox
27+ python -m pip install poetry tox poetry-plugin-export
2828 make poetry-export
2929 - name : Check typing
3030 run : make typing
Original file line number Diff line number Diff line change 2525 - name : Install dependencies
2626 run : |
2727 python -m pip install --upgrade pip
28- python -m pip install poetry poetry-dynamic-versioning
28+ python -m pip install poetry poetry-dynamic-versioning poetry-plugin-export
2929
3030 - name : Build package
3131 run : |
You can’t perform that action at this time.
0 commit comments