From 7eadd0b56bd5a1e9d7920b2d18912765b3729d8b Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 12 Jan 2023 10:53:00 +0100 Subject: [PATCH] Use Cura requirements-conan-package everywhere --- .github/workflows/conan-recipe-export.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index f38c0046c9..1a26e6af5e 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -58,11 +58,10 @@ jobs: with: python-version: ${{ inputs.python_version }} cache: 'pip' - cache-dependency-path: .github/workflows/requirements-conan-package.txt - name: Install Python requirements and Create default Conan profile run: | - pip install -r .github/workflows/requirements-conan-package.txt + pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt conan profile new default --detect - name: Cache Conan local repository packages