|
42 | 42 | run: | |
43 | 43 | python -m pip install --upgrade pip |
44 | 44 | pip install flake8 flake8-docstrings flake8-bugbear flake8-import-order pep8-naming |
45 | | - pip install "xmsconan==2.15.5" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
| 45 | + pip install "xmsconan==2.16.0" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
46 | 46 | # Generate .flake8 so CI lints with the same config developers use locally. |
47 | 47 | # Do not inline the flake8 settings here: that duplicates .flake8.jinja and |
48 | 48 | # the two copies drift apart silently. |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | # package_id computation and silently detach builds from the binaries |
114 | 114 | # already published to the remote. Bump this deliberately. |
115 | 115 | pip install "conan~=2.31.0" devpi-client wheel |
116 | | - python -m pip install --upgrade "xmsconan==2.15.5" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
| 116 | + python -m pip install --upgrade "xmsconan==2.16.0" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
117 | 117 | # Setup Conan |
118 | 118 | - name: Setup Conan |
119 | 119 | run: xmsconan_conan_setup --remote-url ${{ env.CONAN_REMOTE_URL }} --login --remove-conancenter |
@@ -250,7 +250,7 @@ jobs: |
250 | 250 | # package_id computation and silently detach builds from the binaries |
251 | 251 | # already published to the remote. Bump this deliberately. |
252 | 252 | pip install "conan~=2.31.0" devpi-client wheel |
253 | | - pip install --upgrade "xmsconan==2.15.5" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
| 253 | + pip install --upgrade "xmsconan==2.16.0" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
254 | 254 | # Setup Conan |
255 | 255 | - name: Setup Conan |
256 | 256 | run: xmsconan_conan_setup --remote-url ${{ env.CONAN_REMOTE_URL }} --login |
@@ -398,7 +398,7 @@ jobs: |
398 | 398 | # package_id computation and silently detach builds from the binaries |
399 | 399 | # already published to the remote. Bump this deliberately. |
400 | 400 | pip install "conan~=2.31.0" devpi-client wheel |
401 | | - python -m pip install --upgrade "xmsconan==2.15.5" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
| 401 | + python -m pip install --upgrade "xmsconan==2.16.0" -i https://public.aquapi.aquaveo.com/aquaveo/dev/+simple |
402 | 402 | # Setup Visual Studio |
403 | 403 | - name: Setup Visual Studio |
404 | 404 | uses: microsoft/setup-msbuild@v2 |
|
0 commit comments