No need to check hash on build tool

Contributes to CURA-9365
This commit is contained in:
j.spijker@ultimaker.com 2022-06-15 19:58:34 +02:00 committed by Jelle Spijker
parent e717c6572c
commit d64e20c71d
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: Install Python requirements and Create default Conan profile - name: Install Python requirements and Create default Conan profile
run: | run: |
pip install --require-hashes -r .github/workflows/requirements-conan-package.txt pip install -r .github/workflows/requirements-conan-package.txt
conan profile new default --detect conan profile new default --detect
- name: Get Conan configuration from branch - name: Get Conan configuration from branch

View File

@ -51,7 +51,7 @@ jobs:
- name: Install Python requirements and Create default Conan profile - name: Install Python requirements and Create default Conan profile
run: | run: |
pip install --require-hashes -r .github/workflows/requirements-conan-package.txt pip install -r .github/workflows/requirements-conan-package.txt
conan profile new default --detect conan profile new default --detect
- name: Get Conan configuration from branch - name: Get Conan configuration from branch