File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,6 @@ ci_init:
7575 uv venv
7676 uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
7777 uv pip install -r src/requirements.txt
78- uv sync
7978
8079
8180# ### Helper Functions
Original file line number Diff line number Diff line change @@ -47,4 +47,3 @@ ci_init:
4747 uv venv
4848 uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
4949 uv run pip install -r src/requirements.txt
50- uv sync
Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ ci_init:
5555 uv venv
5656 uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
5757 uv pip install -r src/requirements.txt
58- uv sync
5958
6059
6160# ### Helper Functions
You can’t perform that action at this time.
0 commit comments