From 3db6cb5dab73fe19c9e0b27b2f9fa326a7b7a058 Mon Sep 17 00:00:00 2001 From: Jelle Spijker Date: Thu, 12 Jan 2023 10:57:16 +0100 Subject: [PATCH] don't use requirements.txt --- .github/workflows/conan-recipe-export.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/conan-recipe-export.yml b/.github/workflows/conan-recipe-export.yml index 1a26e6af5e..2e54464651 100644 --- a/.github/workflows/conan-recipe-export.yml +++ b/.github/workflows/conan-recipe-export.yml @@ -61,7 +61,8 @@ jobs: - name: Install Python requirements and Create default Conan profile run: | - pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt + pip install conan!=1.51.0,!=1.51.1,!=1.51.2,!=1.51.3,!=1.52.0,!=1.57.0 + pip install sip conan profile new default --detect - name: Cache Conan local repository packages