From 9101f8d5f2145a58b10528d842d47b95bae4f715 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Sat, 3 Jun 2023 11:52:03 +0200 Subject: [PATCH] Introduce CI matrix --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9a9b6a5..ae9894b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,8 @@ jobs: - run: flake8 run.py core test: runs-on: ubuntu-latest + container: + image: nvidia/cuda:11.8.0-devel-ubuntu22.04 strategy: matrix: include: