Skip to content

Commit 407711c

Browse files
committed
chore: add uv venv to GHA test
1 parent 2f4cd63 commit 407711c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

unicorn_contracts/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ delete:
7272

7373
# NOTE: [2023-05-09] This is a fix for installing uv dependencies in GitHub Actions
7474
ci_init:
75+
uv venv
7576
uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
7677
uv pip install -r src/requirements.txt
7778
uv sync

unicorn_properties/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ delete:
4444

4545
# NOTE: [2023-05-09] This is a fix for installing Poetry dependencies in GitHub Actions
4646
ci_init:
47+
uv venv
4748
uv export --no-hashes --format=requirements.txt --output-file=src/requirements.txt --extra=dev
4849
uv run pip install -r src/requirements.txt
4950
uv sync

0 commit comments

Comments
 (0)