Skip to content

Commit 3a865f6

Browse files
committed
🙏 install python 3.7 besides 3.13
1 parent 448992c commit 3a865f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci-tsdownsample.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,9 @@ jobs:
148148
- name: set up python
149149
uses: actions/setup-python@v4
150150
with:
151-
python-version: '3.13'
151+
python-version: |
152+
3.7
153+
3.13
152154
architecture: ${{ matrix.python-architecture || 'x64' }}
153155

154156
- name: build sdist

0 commit comments

Comments
 (0)