From 2c0473924bd0f54e4723ac2799c246b5e837d0d8 Mon Sep 17 00:00:00 2001 From: mmatera Date: Tue, 12 Dec 2023 21:10:17 -0300 Subject: [PATCH] Python versions --- .github/workflows/ubuntu.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu.yml b/.github/workflows/ubuntu.yml index dc673d3..63c6fbc 100644 --- a/.github/workflows/ubuntu.yml +++ b/.github/workflows/ubuntu.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.8,3.9,3.10] + python-version: ['3.8','3.9','3.10'] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }}