File tree Expand file tree Collapse file tree 2 files changed +4
-8
lines changed
packages/scikits-odes-sundials Expand file tree Collapse file tree 2 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,9 @@ jobs:
143143 tox-env : py39
144144 - python-version : " 3.13"
145145 tox-env : py313
146- # exclude:
147- # - os: windows-latest # Issue with tox venv, pip has no ssl access
148- # python-version: "3.9"
146+ exclude :
147+ - os : windows-latest # Issue with tox venv, pip has no ssl access
148+ python-version : " 3.9"
149149
150150 defaults :
151151 run :
@@ -171,7 +171,7 @@ jobs:
171171 conda info
172172 conda list
173173
174- - name : Set SUNDIALS and SSL paths
174+ - name : Set SUNDIALS path
175175 run : |
176176 if [[ "$RUNNER_OS" == "Windows" ]]; then
177177 SUNDIALS_INST="$CONDA_PREFIX\Library"
@@ -182,9 +182,6 @@ jobs:
182182 echo "SUNDIALS_INST is set to: $SUNDIALS_INST"
183183 echo "SUNDIALS_INST=$SUNDIALS_INST" >> $GITHUB_ENV
184184
185- echo "SSL_CERT_FILE is at: $SSL_CERT_FILE"
186- echo "SSL_CERT_FILE=$SSL_CERT_FILE" >> $GITHUB_ENV
187-
188185 - name : Install python dependencies
189186 run : |
190187 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ passenv=
1313 CPATH
1414 PIP_VERBOSE
1515 PYTHONFAULTHANDLER
16- SSL_CERT_FILE
1716deps =
1817 pytest
1918 -r local-requirements.txt
You can’t perform that action at this time.
0 commit comments