aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAarni Koskela <akx@iki.fi>2023-05-11 10:51:52 +0300
committerAarni Koskela <akx@iki.fi>2023-05-11 11:57:46 +0300
commit5b592669f9917cf885b0f597ac427ba91c847801 (patch)
treeaede7d67dbf06cde6789532dd5c7f991e5203824 /.github
parentc702010e575d68fff0b3e640e10b6e750513b5a8 (diff)
CI: use launch.py for dependencies too
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/run_tests.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/run_tests.yaml b/.github/workflows/run_tests.yaml
index 58bc4770..0708398b 100644
--- a/.github/workflows/run_tests.yaml
+++ b/.github/workflows/run_tests.yaml
@@ -17,6 +17,7 @@ jobs:
cache: pip
cache-dependency-path: |
**/requirements*txt
+ launch.py
- name: Run tests
run: python launch.py --tests test --no-half --disable-opt-split-attention --use-cpu all --skip-torch-cuda-test
env: