We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f1db43 commit 9772887Copy full SHA for 9772887
.github/workflows/ci.yaml
@@ -16,16 +16,11 @@ jobs:
16
# Dedicated job for testing with empy < 4
17
pytest-empy-legacy:
18
runs-on: ubuntu-latest
19
- strategy:
20
- matrix:
21
- python-version: ['3.13']
22
- name: Test empy < 4 compatibility (Python ${{ matrix.python-version }})
+ name: Test empy < 4 compatibility
23
steps:
24
- uses: actions/checkout@v4
25
- - name: Set up Python ${{ matrix.python-version }}
+ - name: Set up Python
26
uses: actions/setup-python@v4
27
- with:
28
- python-version: ${{ matrix.python-version }}
29
- name: Install dependencies with empy < 4
30
run: |
31
python -m pip install --upgrade pip
0 commit comments