Skip to content

Commit b401fef

Browse files
authored
Merge pull request #435 from light-curve/ci-roll-back-coverage-to-3.12
CI: Roll-back coverage python to 3.12
2 parents 272e517 + f08fdfa commit b401fef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
- name: Set up Python
108108
uses: actions/setup-python@v5
109109
with:
110-
python-version: "3.13"
110+
python-version: "3.12"
111111
- name: Install build deps
112112
run: pip install "${{ needs.py_build_deps.outputs.output }}"
113113
- name: Install system dependencies

0 commit comments

Comments
 (0)