diff --git a/.github/workflows/deploy_tests.yml b/.github/workflows/deploy_tests.yml index 41be6d54..02252496 100644 --- a/.github/workflows/deploy_tests.yml +++ b/.github/workflows/deploy_tests.yml @@ -17,6 +17,8 @@ jobs: - uses: actions/setup-python@v4 with: python-version: 3.8.x + - name: Install uv + uses: astral-sh/setup-uv@v6 - run: pip install -e '.[test]' - run: pip freeze - run: make dist @@ -33,8 +35,8 @@ jobs: fail-fast: false matrix: PY_VERSION: - - 3.11.7 - - 3.12.1 + - 3.11.13 + - 3.12.11 steps: - uses: extractions/setup-just@v2 env: @@ -45,6 +47,9 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + - name: Install uv + uses: astral-sh/setup-uv@v6 + - name: Delete unused stuff to save space run: sudo rm -rf /usr/share/dotnet /usr/local/lib/android @@ -88,7 +93,7 @@ jobs: docker compose build client-cli docker compose up -d connect-cli docker compose up -d client-cli - docker compose run --rm client-cli just ../test/connect-rsconnect-python/test/rsconnect-python/_start-dev + just ../test/connect-rsconnect-python/test/rsconnect-python/_test-commands-rsconnect-repo # Videos are captured whether the suite fails or passes - name: Save videos