We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23f5d66 commit ec3e3ebCopy full SHA for ec3e3eb
.github/workflows/ci-conan.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Install common packages
68
run: |
69
- pip install "conan==2.8.0"
+ pip install conan
70
pip install numpy
71
${{ matrix.container && 'sudo -u test-user' }} conan profile detect
72
${{ matrix.container && 'sudo -u test-user' }} conan profile show
0 commit comments