Skip to content

Commit 421cc89

Browse files
committed
fixup! Adds integration test workflow
1 parent b1d55d7 commit 421cc89

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
- name: Install uv
5454
run: make install-uv
5555
- name: Create virtual environment
56-
run: uv venv
56+
run: uv venv --python=python
5757
- name: Install local package
5858
run: make install-local-package
5959
- name: Integration-test package

0 commit comments

Comments
 (0)