Don't use requirements.txt

This commit is contained in:
Jelle Spijker 2023-01-12 10:58:05 +01:00 committed by GitHub
parent 3db6cb5dab
commit 28478710fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -74,7 +74,9 @@ jobs:
cache: 'pip'
- name: Install Python requirements for runner
run: pip install -r https://raw.githubusercontent.com/Ultimaker/Cura/main/.github/workflows/requirements-conan-package.txt
run: |
pip install conan!=1.51.0,!=1.51.1,!=1.51.2,!=1.51.3,!=1.52.0,!=1.57.0
pip install sip
- name: Use Conan download cache (Bash)
if: ${{ runner.os != 'Windows' }}