Skip to content

Commit 44bec85

Browse files
committed
Use preinstalled python with pipx
1 parent 312e65d commit 44bec85

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/rebuildDependencies.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -104,13 +104,8 @@ jobs:
104104
run: |
105105
rm -rf ~/.conan/data/sqlite3
106106
107-
- name: Setup Python
108-
uses: actions/setup-python@v5
109-
with:
110-
python-version: '3.10'
111-
112-
- name: Setup Conan
113-
run: pip3 install 'conan<2.0'
107+
- name: Install Conan
108+
run: pipx install 'conan<2.0'
114109

115110
- name: Generate conan profile
116111
run: |

0 commit comments

Comments
 (0)