From d5f95c3fce15f7cd045faa4f6a9dc5d013ca24c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Thu, 12 Mar 2020 15:44:45 +0100 Subject: [PATCH] debug conda env --- .github/workflows/cpp.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cpp.yml b/.github/workflows/cpp.yml index 3382ed4934b72..57deeb74acc6d 100644 --- a/.github/workflows/cpp.yml +++ b/.github/workflows/cpp.yml @@ -212,7 +212,7 @@ jobs: name: AMD64 Windows 2019 Conda C++ runs-on: windows-latest env: - CMAKE_GENERATOR: "Visual Studio 16 2019" + CMAKE_GENERATOR: Ninja CMAKE_INSTALL_LIBDIR: bin CMAKE_INSTALL_PREFIX: /usr CMAKE_UNITY_BUILD: ON @@ -238,10 +238,14 @@ jobs: uses: actions/checkout@v1 with: submodules: true - - name: Disable Crash Dialogs - run: reg add "HKCU\SOFTWARE\Microsoft\Windows\Windows Error Reporting" /v DontShowUI /t REG_DWORD /d 1 /f - name: Setup Conda uses: s-weigand/setup-conda@v1 + - shell: bash + run: | + conda --version + which python + conda env list + env - name: Install Dependencies shell: bash run: |