File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 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
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 :
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
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
You can’t perform that action at this time.
0 commit comments