diff --git a/.github/workflows/CI_WEIS.yml b/.github/workflows/CI_WEIS.yml index b539a135a..780022187 100644 --- a/.github/workflows/CI_WEIS.yml +++ b/.github/workflows/CI_WEIS.yml @@ -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