Skip to content

Commit

Permalink
ci: Change flow for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
attakei committed Sep 13, 2024
1 parent 483c596 commit 9a82964
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,16 @@ jobs:
architecture: x64
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: pip install cookiecutter pre-commit
run: pip install uv cookiecutter pre-commit
- name: Create demo project
run: |
pip install cookiecutter
cookiecutter --no-input --output-dir=var .
- uses: eifinger/setup-rye@v2
- name: Verify created project
run: |
cd var/demo
git init
git add .
rye sync
rye run pytest
rye run doc dirhtml
uv sync
uv run pytest
uv run make -C doc dirhtml
pre-commit run --all-files

0 comments on commit 9a82964

Please sign in to comment.