File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -82,15 +82,15 @@ jobs:
8282 CONAN_USER_HOME : " ${{steps.conan-path-script.outputs.result}}"
8383 run : |
8484 call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
85- uv run conan profile detect
86- uv run conan install . --build missing
85+ uv run --only-group=conan conan profile detect
86+ uv run --only-group=conan conan install . --build missing
8787
8888 - name : Prebuild Conan packages
8989 env :
9090 CONAN_USER_HOME : " ${{steps.conan-path-script.outputs.result}}"
9191 if : " !contains(matrix.os, 'windows') && steps.cache-conan.outputs.cache-hit != 'true'"
9292 run : |
93- uv run conan install . --build missing
93+ uv run --only-group= conan install . --build missing
9494
9595 - name : Run Tox (Windows)
9696 if : contains(matrix.os, 'windows')
You can’t perform that action at this time.
0 commit comments