mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-07-26 05:29:16 +02:00
CI: avoid CUDA dependencies here
This commit is contained in:
parent
4d97e3bf7f
commit
9804d736ac
1 changed files with 3 additions and 0 deletions
3
.github/workflows/test-eynollah.yml
vendored
3
.github/workflows/test-eynollah.yml
vendored
|
|
@ -64,6 +64,9 @@ jobs:
|
|||
- name: Install dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
# preempt CUDA dependencies (which need core's recipe)
|
||||
pip install onnxruntime tensorflow tf-keras "torch<2.11"
|
||||
sed -i '/onnxruntime-gpu/d;/tensorrt/d;/torch/d;/tensorflow/d' requirements*.txt
|
||||
make install-dev EXTRAS=OCR,plotting
|
||||
make deps-test EXTRAS=OCR,plotting
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue