Skip to content

Commit 4481495

Browse files
committed
remove system tests from GHA
1 parent 2df20f1 commit 4481495

1 file changed

Lines changed: 0 additions & 28 deletions

File tree

.github/workflows/experiment.yaml

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff 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
# ==========================================

0 commit comments

Comments
 (0)