Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ysig committed Oct 21, 2023
1 parent f0fcc40 commit b78a190
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ jobs:
- name: Install ${{ env.import-package-name }}
run: |
python -m pip install --upgrade pip setuptools wheel
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 }}"
echo "one"
python -m pip install -e ".${{ env.extra-requires-soft }}"
else
echo "two"
python -m pip install -e ".${{ env.extra-requires }}"
fi
Expand Down

0 comments on commit b78a190

Please sign in to comment.