Setup python environment for CI, run build using bash

This commit is contained in:
Dan Paulat 2023-01-25 23:09:59 -06:00
parent 5e537e8c4d
commit c111e6b6bc

View file

@ -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