Skip to content

Commit 47d7a5b

Browse files
committed
Fix install
1 parent 09b5547 commit 47d7a5b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
python-version: ${{ env.PYTHON_VERSION }}
5151
- name: Install dependencies
5252
run: |
53+
uv venv
5354
uv sync --frozen --all-extras
5455
uv run maturin build
5556
- name: mypy check
@@ -73,6 +74,7 @@ jobs:
7374
python-version: ${{ matrix.python-version }}
7475
- name: Install dependencies
7576
run: |
77+
uv venv
7678
uv sync --frozen --all-extras
7779
uv run maturin build
7880
- name: Run tests

0 commit comments

Comments
 (0)