File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -138,34 +138,6 @@ jobs:
138138 echo "::error::Tests failed after 3 attempts. This is a hard failure."
139139 exit 1
140140
141- # ==========================================
142- # 5. SYSTEM TESTS
143- # ==========================================
144- system-tests :
145- needs : discover
146- if : ${{ needs.discover.outputs.packages != '[]' }}
147- runs-on : ubuntu-latest
148- strategy :
149- fail-fast : false
150- matrix :
151- package : ${{ fromJSON(needs.discover.outputs.packages) }}
152- python : ["3.11"]
153- steps :
154- - uses : actions/checkout@v4
155- - uses : astral-sh/setup-uv@v5
156- with :
157- python-version : ${{ matrix.python }}
158- enable-cache : true
159- cache-dependency-glob : " ${{ matrix.package }}/setup.py"
160-
161- - name : Execute System Tests
162- env :
163- RUN_SYSTEM_TESTS : " true"
164- run : |
165- cd ${{ matrix.package }}
166- export NOX_DEFAULT_VENV_BACKEND=uv
167- uvx --with 'nox[uv]' nox -s system-${{ matrix.python }}
168-
169141 # ==========================================
170142 # 6. THE GATEKEEPER (Status Check Rollup)
171143 # ==========================================
You can’t perform that action at this time.
0 commit comments