File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5252 - name : Install dependencies
5353 run : |
5454 pip install uv
55- uv sync --group dev
55+ uv sync --dev
5656 - name : force right version
5757 run : |
5858 .github/change_version.py --set '${{ inputs.version }}'
Original file line number Diff line number Diff line change 2727 - name : Install dependencies
2828 run : |
2929 pip install uv
30- uv sync --group dev
30+ uv sync --dev
3131
3232 - name : Lint check
3333 id : lint-check
Original file line number Diff line number Diff line change 33This project uses ` uv ` , so set up the virtualenv by running
44
55```
6- uv sync --group dev
6+ uv sync --dev
77```
88
99Use ` make test ` to make sure all tests pass before pushing.
Original file line number Diff line number Diff line change 44
55* ` pytest ` for tests: ` make test `
66* ` ruff ` for linting/formatting: ` make lint ` (replaces both ` black ` and ` isort ` )
7- * ` uv ` for dependency and virtualenv management (` uv sync --group dev ` )
7+ * ` uv ` for dependency and virtualenv management (` uv sync --dev ` )
88* ` .github ` with actions ready to be used
99 * [ test] ( .github/workflows/test.yml ) runs lint checks and unit tests
1010 * [ publish-dev] ( .github/workflows/publish-dev.yml ) publishes feature branches (` dev ` /` dev-* ` ) to:
You can’t perform that action at this time.
0 commit comments