diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bbe2e2..0a83462 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -6,11 +6,6 @@ on: jobs: python-test-backend: name: 🧪 Test backend Python code - strategy: - matrix: - python-version: - - '3.6' - - '3.8' runs-on: ubuntu-latest steps: - name: 📥 Check-out @@ -18,7 +13,7 @@ jobs: - name: 🧰 Install Python uses: actions/setup-python@v5 with: - python-version: ${{ matrix.python-version }} + python-version: '3.8' cache: pip cache-dependency-path: src/Backend/Pipfile.lock - name: 🧰 Install Pipenv