From fbb3a3dcbbd70cbdaf7b89f33c7d2690e9a9c354 Mon Sep 17 00:00:00 2001 From: Lukas Audzevicius Date: Wed, 17 Dec 2025 14:48:19 +0000 Subject: [PATCH] (MAINT) Fix nightly failures During the last update, we forgot to remove the unsupported integration testing from the nightly workflow. --- .github/workflows/nightly.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index eb4e6b3d..cfcc0d2c 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -20,7 +20,3 @@ jobs: runs_on: "ubuntu-24.04" flags: "--nightly --platform-exclude centos-7 --platform-exclude oraclelinux-7 --platform-exclude scientific-7" secrets: "inherit" - - Integration: - needs: Spec - uses: "./.github/workflows/integration_test.yml"