Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ysig committed Oct 21, 2023
1 parent 57d36a4 commit f0fcc40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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 }}"
Expand Down

0 comments on commit f0fcc40

Please sign in to comment.