From f655889ce8666a5a6e43c51eb7c43072e0c8b0e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Ri=C3=9Fe?= Date: Wed, 28 Feb 2024 10:02:14 +0100 Subject: [PATCH] TEMP --- .github/workflows/testing-all-oses.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testing-all-oses.yml b/.github/workflows/testing-all-oses.yml index e5632bcd4..9c13c629a 100644 --- a/.github/workflows/testing-all-oses.yml +++ b/.github/workflows/testing-all-oses.yml @@ -18,8 +18,10 @@ jobs: strategy: fail-fast: false matrix: - os: ["macos-14", "ubuntu-latest"] + os: ["macos-14"] order: ["normal", "reverse"] + n1: [0, 1, 2, 3, 4] + n2: [0, 1, 2, 3, 4] steps: - uses: actions/checkout@v4 - name: Build requirements.txt file