Skip to content

Commit 39b5803

Browse files
committed
install uv
1 parent b0427ef commit 39b5803

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.github/workflows/deploy_tests.yml

Lines changed: 5 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:
@@ -88,7 +90,7 @@ jobs:
8890
docker compose build client-cli
8991
docker compose up -d connect-cli
9092
docker compose up -d client-cli
91-
docker compose run --rm client-cli just ../test/connect-rsconnect-python/test/rsconnect-python/_start-dev
93+
just ../test/connect-rsconnect-python/test/rsconnect-python/_test-commands-rsconnect-repo
9294
9395
# Videos are captured whether the suite fails or passes
9496
- name: Save videos

integration-testing/docker/cli.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ RUN mkdir -p /libs-client && \
2222

2323
ENV PATH=$PATH:/libs-client
2424

25+
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /usr/local/bin/
26+
2527
RUN git clone --depth=1 https://github.com/bats-core/bats-core.git /libs/bats-core \
2628
&& cd /libs/bats-core \
2729
&& ./install.sh /libs/bats-core/installation \

0 commit comments

Comments
 (0)