Unverified Commit 365d452d authored by Julien Chaumond's avatar Julien Chaumond Committed by GitHub
Browse files

[ci] Slow GPU tests run daily (#4465)

parent 3e3e5521
...@@ -31,13 +31,12 @@ jobs: ...@@ -31,13 +31,12 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
source .env/bin/activate source .env/bin/activate
pip install .[sklearn,tf,torch,testing] pip install .[sklearn,torch,testing]
- name: Are GPUs recognized by our DL frameworks - name: Are GPUs recognized by our DL frameworks
run: | run: |
source .env/bin/activate source .env/bin/activate
python -c "import torch; print(torch.cuda.is_available())" python -c "import torch; print(torch.cuda.is_available())"
python -c "import tensorflow as tf; print(tf.test.is_built_with_cuda(), tf.config.list_physical_devices('GPU'))"
- name: Run all tests on GPU - name: Run all tests on GPU
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment