From f0fcc4063e24433c52b2d8c6f8217bc9f7821686 Mon Sep 17 00:00:00 2001 From: ysig Date: Sat, 21 Oct 2023 22:00:07 +0200 Subject: [PATCH] test --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index e852b269..4740b3be 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -48,7 +48,7 @@ jobs: strategy: fail-fast: false matrix: - py: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] + py: ["3.7", "3.12"] # , "3.8", "3.9", "3.10", "3.11", os: ["ubuntu-latest", "macos-latest", "windows-latest"] steps: @@ -66,6 +66,7 @@ jobs: python -m pip install -e ".${{ env.extra-requires }}" # escape for cvxopt if ( [[ "${{ matrix.os }}" == "windows-latest" ]] && [[ "${{ matrix.py }}" == "3.7" ]] ) || [[ "${{ matrix.py }}" == "3.12" ]];then + echo python -m pip install -e ".${{ env.extra-requires-soft }}" python -m pip install -e ".${{ env.extra-requires-soft }}" else python -m pip install -e ".${{ env.extra-requires }}"