Skip to content

Commit

Permalink
fix: Install dev deps in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
saattrupdan committed Nov 26, 2024
1 parent 9e05606 commit a9a7875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.project_name}}/.github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: uv python install {% raw %}${{ matrix.python-version }}{% endraw %}

- name: Install Dependencies
run: uv sync --all-extras --no-dev
run: uv sync --all-extras

- name: Test with pytest
run: uv run pytest

0 comments on commit a9a7875

Please sign in to comment.