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 13da90c commit 451a26fCopy full SHA for 451a26f
1 file changed
.github/workflows/ci.yaml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
- uses: actions/setup-python@v5
27
with:
28
- python-version: "3.11"
+ python-version: "3.10" # 3.11 has install issues due to scikit x numpy
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip setuptools wheel
0 commit comments