From c111e6b6bc18d0e2f462a5521d99434c149dd2c5 Mon Sep 17 00:00:00 2001 From: Dan Paulat Date: Wed, 25 Jan 2023 23:09:59 -0600 Subject: [PATCH] Setup python environment for CI, run build using bash --- .github/workflows/ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f40ab529..81e15418 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,13 @@ jobs: toolset: ${{ matrix.msvc_toolset }} vsversion: ${{ matrix.msvc_version }} + - name: Setup Python Environment + run: | + pip install conan geopandas + conan profile new default --detect + - name: Build Supercell Wx + shell: bash run: | mkdir build cd build