Skip to content

Commit 318101e

Browse files
committed
install uv
1 parent b0427ef commit 318101e

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
- uses: actions/setup-python@v4
1818
with:
1919
python-version: 3.8.x
20+
- name: Install uv
21+
uses: astral-sh/setup-uv@v6
2022
- run: pip install -e '.[test]'
2123
- run: pip freeze
2224
- run: make dist
@@ -33,8 +35,8 @@ jobs:
3335
fail-fast: false
3436
matrix:
3537
PY_VERSION:
36-
- 3.11.7
37-
- 3.12.1
38+
- 3.11.13
39+
- 3.12.11
3840
steps:
3941
- uses: extractions/setup-just@v2
4042
env:
@@ -45,6 +47,9 @@ jobs:
4547
env:
4648
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4749

50+
- name: Install uv
51+
uses: astral-sh/setup-uv@v6
52+
4853
- name: Delete unused stuff to save space
4954
run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android
5055

@@ -88,7 +93,7 @@ jobs:
8893
docker compose build client-cli
8994
docker compose up -d connect-cli
9095
docker compose up -d client-cli
91-
docker compose run --rm client-cli just ../test/connect-rsconnect-python/test/rsconnect-python/_start-dev
96+
just ../test/connect-rsconnect-python/test/rsconnect-python/_test-commands-rsconnect-repo
9297
9398
# Videos are captured whether the suite fails or passes
9499
- name: Save videos

0 commit comments

Comments
 (0)