Skip to content

Commit 982ae30

Browse files
authored
fix: restore custom py version
1 parent 13b8455 commit 982ae30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ jobs:
2525
include:
2626
# custom python versions
2727
- os: macos-latest
28-
python-version: ${{ env.REF_PY_VERSION }}
28+
python-version: "3.13"
2929
- os: windows-latest
30-
python-version: ${{ env.REF_PY_VERSION }}
30+
python-version: "3.13"
3131
steps:
3232
- uses: actions/checkout@v5
3333

0 commit comments

Comments
 (0)