From 836230c4fdef6a8a6017a2b08fd4fdf57db4fa19 Mon Sep 17 00:00:00 2001 From: Simon Cross Date: Fri, 25 Jun 2021 15:46:07 +0200 Subject: [PATCH] Reduce runner count to 1. --- .cirun.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirun.yml b/.cirun.yml index 833e05e..7f85492 100644 --- a/.cirun.yml +++ b/.cirun.yml @@ -10,6 +10,6 @@ runners: machine_image: ami-06fd8a495a537da8b preemptible: false workflow: .github/workflows/tests-gpu.yml - count: 2 + count: 1 labels: - gpu