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 f8ae2c8 commit 3e00738Copy full SHA for 3e00738
.github/workflows/build-docs.yml
@@ -32,7 +32,7 @@ jobs:
32
MKDOCS_INSIDERS: ${{ secrets.MKDOCS_INSIDERS }}
33
run: |
34
# Conda dependencies
35
- conda install -c conda-forge -c bioconda nextflow jinja2 jq pyyaml 'python>3.6'
+ conda install -c conda-forge -c bioconda nextflow jinja2 jq pyyaml 'python=3.11'
36
# MkDocs dependencies
37
pip install \
38
"cairosvg>=2.5" \
0 commit comments