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 f5f96a7 commit c3ffc22Copy full SHA for c3ffc22
.github/workflows/docs.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Python ${{ matrix.python-version }}
16
uses: actions/setup-python@v2
17
with:
18
- python-version: '3.9'
+ python-version: '3.10'
19
- name: Install dependencies
20
run: |
21
sudo apt update -y
docs/examples/gwas_tutorial.ipynb
@@ -20074,7 +20074,7 @@
20074
"name": "python",
20075
"nbconvert_exporter": "python",
20076
"pygments_lexer": "ipython3",
20077
- "version": "3.10.12"
+ "version": "3.9.19"
20078
}
20079
},
20080
"nbformat": 4,
0 commit comments