From 707289f9917fbc889d70b908c6f6e05edf2d8437 Mon Sep 17 00:00:00 2001 From: Yaroslav Petrov Date: Sun, 17 Nov 2024 17:51:51 +0000 Subject: [PATCH] Update CI to container mode --- .github/workflows/ci.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5f843cf..90aca08 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -9,6 +9,8 @@ jobs: test: runs-on: ubuntu-latest + container: ubuntu + strategy: matrix: python_version: ["3.9", "3.10", "3.11", "3.12"]