mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06:00
Reuse the requirements.txt from Cura across repo
This commit is contained in:
parent
6ef0a35c15
commit
e2252d818e
1 changed files with 1 additions and 2 deletions
3
.github/workflows/conan-package-create.yml
vendored
3
.github/workflows/conan-package-create.yml
vendored
|
@ -72,10 +72,9 @@ jobs:
|
|||
with:
|
||||
python-version: ${{ inputs.python_version }}
|
||||
cache: 'pip'
|
||||
cache-dependency-path: .github/workflows/requirements-conan-package.txt
|
||||
|
||||
- name: Install Python requirements for runner
|
||||
run: pip install -r .github/workflows/requirements-conan-package.txt
|
||||
run: pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt
|
||||
|
||||
- name: Use Conan download cache (Bash)
|
||||
if: ${{ runner.os != 'Windows' }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue