Skip to content

Commit

Permalink
Update test_ccc_PowerGridModel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shamil-mubarakshin authored Jun 6, 2024
1 parent f764f76 commit 404abde
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_ccc_PowerGridModel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:

- name: Workaround C++ clang
run: |
clang --version
$env:PATH = ($env:PATH -split ';' | Where-Object { $_ -ne 'C:\Program Files\LLVM\bin' }) -join ';'
clang --version
- name: Activate conda
uses: conda-incubator/setup-miniconda@v3 # install miniforge instead
Expand Down

0 comments on commit 404abde

Please sign in to comment.