ci: Use common setup workflow

This commit is contained in:
Mike A.
2024-09-03 19:01:58 +02:00
parent dd7c35ea51
commit bf7e3e4360
5 changed files with 48 additions and 50 deletions

View File

@@ -15,16 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- uses: './.github/actions/setup-project'
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install poetry
poetry config virtualenvs.in-project true
poetry install --with dev
dependency-groups: 'dev'
- name: Prepare README
run: ./scripts/refactor_readme.py README.md