Skip to content

Commit 7094d3c

Browse files
committed
Use vcf2zarr in GWAS tutorial notebook
Build docs with Python 3.10 Use %%bash for running vcf2zarr
1 parent 6f7887a commit 7094d3c

File tree

5 files changed

+14053
-5687
lines changed

5 files changed

+14053
-5687
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
python-version: ["3.9"]
17+
python-version: ["3.10"]
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python ${{ matrix.python-version }}
1616
uses: actions/setup-python@v2
1717
with:
18-
python-version: '3.9'
18+
python-version: '3.10'
1919
- name: Install dependencies
2020
run: |
2121
sudo apt update -y

0 commit comments

Comments
 (0)