Skip to content

Commit 325e2aa

Browse files
committed
ci: Don't call conda list in windows workflow
1 parent 926ad9a commit 325e2aa

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

.github/workflows/windows-conda-clang.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- name: Build FCL
4343
shell: cmd /C CALL {0}
4444
run: |
45-
conda list
46-
4745
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
4846
:: Tell Ninja to use clang-cl
4947
set CC=clang-cl

.github/workflows/windows-conda-v142.yml

-2
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ jobs:
4141
- name: Build FCL
4242
shell: cmd /C CALL {0}
4343
run: |
44-
conda list
45-
4644
call "%programfiles(x86)%\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" amd64
4745
4846
:: Create build

0 commit comments

Comments
 (0)