Skip to content

Commit

Permalink
Remove bad library
Browse files Browse the repository at this point in the history
  • Loading branch information
dzalkind committed Mar 25, 2024
1 parent 83b60e0 commit b710034
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/CI_WEIS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,13 @@ jobs:
# if: contains( matrix.os, 'windows')
# uses: mxschmitt/action-tmate@v3

- name: Check Windows libraries
- name: Check and Fix Windows libraries
if: contains( matrix.os, 'windows')
run: |
where libiomp5md.dll
$condaEnvDir = $env:CONDA_PREFIX
$badLib = Join-Path -Path $condaEnvDir -ChildPath "Library\bin\libiomp5md.dll"
Remove-Item $badLib
# List the collected tests for debugging purposes
- name: List tests
Expand Down

0 comments on commit b710034

Please sign in to comment.