File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -41,17 +41,16 @@ jobs:
4141 pool :
4242 vmImage : ubuntu-latest
4343
44- container : coatldev/six:latest # or quay.io/coatldev/six:latest
44+ container :
45+ image : coatldev/six:latest # or quay.io/coatldev/six:latest
46+ env :
47+ UV_PYTHON : ' 3.14'
4548
4649 steps :
4750 - script : |
4851 sudo chown -R $(whoami):$(id -ng) "${PYTHON_ROOT}"
4952 displayName: Change owner
5053
51- - script : |
52- uv python install 3.14
53- displayName: Install Python with uv
54-
5554 - script : |
5655 uvx tox
5756 displayName: Run tests
@@ -65,16 +64,15 @@ jobs:
6564
6665 runs-on : ubuntu-latest
6766
68- container : coatldev/six:latest # or quay.io/coatldev/six:latest
67+ container :
68+ image : coatldev/six:latest # or quay.io/coatldev/six:latest
69+ env :
70+ UV_PYTHON : ' 3.14'
6971
7072 steps :
7173 - name : Checkout repo
7274 uses : actions/checkout@v4
7375
74- - name : Install Python with uv
75- run : |
76- uv python install 3.14
77-
7876 - name : Run tests
7977 run : |
8078 uvx tox
You can’t perform that action at this time.
0 commit comments