Skip to content

Commit 451a26f

Browse files
committed
downgrade python
1 parent 13da90c commit 451a26f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v4
2626
- uses: actions/setup-python@v5
2727
with:
28-
python-version: "3.11"
28+
python-version: "3.10" # 3.11 has install issues due to scikit x numpy
2929
- name: Install dependencies
3030
run: |
3131
python -m pip install --upgrade pip setuptools wheel

0 commit comments

Comments
 (0)