Skip to content
This repository was archived by the owner on Jan 22, 2026. It is now read-only.

Commit 93dce94

Browse files
committed
No longer use system python
1 parent 5195c73 commit 93dce94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/run-server-tests.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,10 @@ jobs:
1515
- name: Set up Python 3.11
1616
run: uv python install
1717
- name: Install dependencies
18-
env:
19-
UV_SYSTEM_PYTHON: 1
2018
run: |
2119
uv tool install git-annex
2220
uv tool install datalad
21+
uv venv
2322
uv pip install -r requirements-devel.txt
2423
echo which git-annex
2524
which git-annex

0 commit comments

Comments
 (0)