Remove matrix

This commit is contained in:
Raphael Michel
2026-07-30 21:14:42 +02:00
parent 9d997f6509
commit ff6d2767b4
+2 -5
View File
@@ -15,15 +15,12 @@ jobs:
test:
runs-on: ubuntu-22.04
name: Submission
strategy:
matrix:
python-version: ["3.13"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.13"
- uses: actions/cache@v4
with:
path: ~/.cache/pip