Skip to content

Commit cdda300

Browse files
committed
chore: remove uv sync from gha test
1 parent 407711c commit cdda300

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

unicorn_contracts/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

unicorn_properties/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

unicorn_web/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)