Skip to content

Commit 8af67eb

Browse files
committed
Hmm
1 parent df6d134 commit 8af67eb

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test_functional.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,19 +43,19 @@ env:
4343
jobs:
4444
test:
4545
runs-on: ${{ matrix.os }}
46-
name: python-${{ matrix.python-version }} cov-${{ matrix.coverage }}
46+
name: python-${{ matrix.python-version }} coverage-${{ matrix.coverage }}
4747
timeout-minutes: 45
4848
strategy:
4949
fail-fast: false
5050
matrix:
5151
os: ['ubuntu-latest']
52-
python-version: ['3.13', '3.14']
53-
coverage: [1]
52+
python-version: ['3.14']
53+
coverage: ['7.11.0', '7.11.1', '7.11.2', '7.11.3']
5454

5555
env:
5656
# these vars are used by etc/bin/run-functional-tests
5757
CYLC_TEST_PLATFORMS: ${{ matrix.platform }}
58-
CYLC_COVERAGE: ${{ matrix.coverage }}
58+
CYLC_COVERAGE: 1
5959
REMOTE_PLATFORM: ${{ contains(matrix.platform, '_remote') }}
6060

6161
steps:
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Install
9797
run: |
98-
pip install -e ."[all]"
98+
pip install coverage==${{ matrix.coverage }} -e ."[all]"
9999
mkdir "$HOME/cylc-run"
100100
101101
- name: Swarm Configure

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ tests =
9696
aiosmtpd
9797
async_generator
9898
bandit>=1.7.0
99-
coverage==7.11.0
99+
coverage>=7
100100
flake8-broken-line>=0.3.0
101101
flake8-bugbear>=21.0.0
102102
flake8-builtins>=1.5.0

0 commit comments

Comments
 (0)