We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c0998e commit 054b506Copy full SHA for 054b506
.github/workflows/tests.yaml
@@ -16,7 +16,7 @@ jobs:
16
steps:
17
- name: Checkout repository
18
id: checkout
19
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
20
21
- name: Common steps
22
id: common
@@ -39,7 +39,7 @@ jobs:
39
40
- name: Run tests with Python ${{ matrix.python-version }} measuring coverage
41
id: pytest-coverage
42
- if: ${{ matrix.python-version == '3.12' }}
+ if: ${{ matrix.python-version == '3.13' }}
43
run: |
44
export ${{ steps.common.outputs.CONFIG_YAML_ENV_VAR_NAME }}="${{ steps.common.outputs.CONFIG_YAML }}"
45
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Upload coverage to coveralls
50
id: coveralls
51
52
env:
53
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
54
0 commit comments