Skip to content

Commit 5f4c6dd

Browse files
committed
update
1 parent c94579b commit 5f4c6dd

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/tests.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17+
- name: Remove existing venv (cross-platform)
18+
shell: bash
19+
run: rm -rf .venv
20+
1721
- name: Install uv
18-
uses: astral-sh/setup-uv@v7
22+
uses: astral-sh/setup-uv@v5
1923
with:
2024
python-version: ${{ matrix.python-version }}
2125
enable-cache: true
22-
activate-environment: false
2326

2427
- name: Setup git
2528
run: |

0 commit comments

Comments
 (0)