Skip to content

Commit fbaa501

Browse files
committed
ci runner
1 parent fed3a27 commit fbaa501

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- name: Install the latest version of uv
1616
uses: astral-sh/setup-uv@v6
17+
- name: Create venv
18+
run: uv venv
1719
- name: Run tests
1820
run: make test

0 commit comments

Comments
 (0)