There was an error while loading. Please reload this page.
1 parent cbd1dfd commit eaf74b2Copy full SHA for eaf74b2
1 file changed
.github/workflows/ci-windows.yml
@@ -250,12 +250,14 @@ jobs:
250
pip install -r tests/requirements.txt
251
pytest -s tests
252
253
- - name: Copy SSL DLLs
+ - name: Copy Windows DLLs
254
shell: pwsh
255
if: ${{ github.event_name == 'pull_request' }}
256
run: |
257
Copy-Item "C:\Miniconda\envs\3.14\Library\bin\libssl*.dll" "C:\Miniconda\envs\3.14\DLLs\"
258
Copy-Item "C:\Miniconda\envs\3.14\Library\bin\libcrypto*.dll" "C:\Miniconda\envs\3.14\DLLs\"
259
+ Copy-Item "C:\Miniconda\envs\3.14\Library\bin\ffi.dll" "C:\Miniconda\envs\3.14\DLLs\"
260
+ Copy-Item "C:\Miniconda\envs\3.14\Library\bin\libffi*.dll" "C:\Miniconda\envs\3.14\DLLs\"
261
262
- name: Wheel on pull request only
263
shell: bash -l {0}
0 commit comments