Skip to content

Commit 92c6852

Browse files
authored
Merge pull request #47 from effigies/ci/fix-envs
chore(ci): Setup Python with uv
2 parents 3a0ce09 + 588bf73 commit 92c6852

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,8 @@ jobs:
7676
7777
- name: Install the latest version of uv
7878
uses: astral-sh/setup-uv@v7
79-
80-
- name: Set up Python ${{ matrix.python-version }}
81-
uses: actions/setup-python@v6
8279
with:
8380
python-version: ${{ matrix.python-version }}
84-
allow-prereleases: true
8581

8682
- name: Install git-annex
8783
run: uv tool install git-annex

0 commit comments

Comments
 (0)