@@ -19,11 +19,10 @@ jobs:
1919 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2020 with :
2121 python-version-file : " pyproject.toml"
22- - name : Install uv ${{ vars.UV_VERSION }}
22+ - name : Install uv
2323 uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
2424 with :
2525 enable-cache : true
26- version : ${{ vars.UV_VERSION }}
2726 - name : Run linter for pyspec
2827 run : |
2928 make lint
@@ -38,11 +37,10 @@ jobs:
3837 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
3938 with :
4039 python-version-file : " pyproject.toml"
41- - name : Install uv ${{ vars.UV_VERSION }}
40+ - name : Install uv
4241 uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
4342 with :
4443 enable-cache : true
45- version : ${{ vars.UV_VERSION }}
4644 - name : Run framework tests
4745 run : make test component=fw
4846 - name : Prepare test results for upload
@@ -134,11 +132,10 @@ jobs:
134132 uses : actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
135133 with :
136134 python-version-file : " pyproject.toml"
137- - name : Install uv ${{ vars.UV_VERSION }}
135+ - name : Install uv
138136 uses : astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0
139137 with :
140138 enable-cache : true
141- version : ${{ vars.UV_VERSION }}
142139 - name : Run pyspec tests for ${{ matrix.fork }}
143140 run : make test component=pyspec preset=minimal fork=${{ matrix.fork }}
144141 - name : Prepare test results for upload
0 commit comments