From 9a672c1b293cbe035469200fefec176c48e8cddd Mon Sep 17 00:00:00 2001 From: Arlind Qirjazi Date: Tue, 15 Aug 2023 18:11:05 +0200 Subject: [PATCH] Update test-and-deploy.yaml --- .github/workflows/test-and-deploy.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/test-and-deploy.yaml b/.github/workflows/test-and-deploy.yaml index c1f8bd32..ab96a98a 100644 --- a/.github/workflows/test-and-deploy.yaml +++ b/.github/workflows/test-and-deploy.yaml @@ -15,12 +15,11 @@ on: jobs: testpy2: runs-on: ubuntu-20.04 - container: python:2.7.18-buster strategy: max-parallel: 4 matrix: python-version: - - 2.7.18 + - 2.7 steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }}