Skip to content

Commit 9772887

Browse files
j-riverocottsay
andauthored
Update .github/workflows/ci.yaml
Co-authored-by: Scott K Logan <logans@cottsay.net>
1 parent 7f1db43 commit 9772887

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,11 @@ jobs:
1616
# Dedicated job for testing with empy < 4
1717
pytest-empy-legacy:
1818
runs-on: ubuntu-latest
19-
strategy:
20-
matrix:
21-
python-version: ['3.13']
22-
name: Test empy < 4 compatibility (Python ${{ matrix.python-version }})
19+
name: Test empy < 4 compatibility
2320
steps:
2421
- uses: actions/checkout@v4
25-
- name: Set up Python ${{ matrix.python-version }}
22+
- name: Set up Python
2623
uses: actions/setup-python@v4
27-
with:
28-
python-version: ${{ matrix.python-version }}
2924
- name: Install dependencies with empy < 4
3025
run: |
3126
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)