Skip to content

Commit

Permalink
forgot to install conan
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsnolde committed May 14, 2023
1 parent 1f05879 commit aff8d0d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@ jobs:
steps:
- uses: actions/checkout@v3

- name: Install Conan (Windows)
run: |
pip install pip --upgrade
pip install "conan<2.0.0"
conan profile new default --detect
conan profile update "settings.compiler=Visual Studio" default
conan profile update "settings.compiler.version=16" default
conan config set "storage.path=$env:GITHUB_WORKSPACE/conan_data"
conan install --install-folder conan_build --remote conancenter .
- uses: pypa/cibuildwheel@v2.12.1
env:
CIBW_BUILD: cp37*

0 comments on commit aff8d0d

Please sign in to comment.