diff --git a/.gitea/workflows/009_matrix.yaml b/.gitea/workflows/009_matrix.yaml index 69764de..00d14c7 100644 --- a/.gitea/workflows/009_matrix.yaml +++ b/.gitea/workflows/009_matrix.yaml @@ -9,7 +9,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-22.04, ubuntu-24.04] - python-version: ['3.10', '3.12'] + python-version: ['3.12'] runs-on: ${{ matrix.os }} steps: - name: Checkout source code @@ -19,9 +19,6 @@ jobs: uses: actions/setup-python@v4 with: python-version: "${{ matrix.python-version }}" - - - name: Install requests - run: pip install requests - name: Install tox run: pip install tox @@ -29,4 +26,4 @@ jobs: - name: Run unit tests run: | cd backend - tox -e unit \ No newline at end of file + tox -e unit \ No newline at end of file