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 9e3bebb commit b64b2cbCopy full SHA for b64b2cb
.github/workflows/link-checker.yaml
@@ -42,20 +42,12 @@ jobs:
42
shell: bash -l {0}
43
steps:
44
- uses: actions/checkout@v4
45
-
+
46
- name: Setup environment with micromamba
47
uses: mamba-org/setup-micromamba@v2
48
with:
49
environment-file: ${{ inputs.environment_file }}
50
51
- # - name: Setup Miniforge
52
- # uses: conda-incubator/setup-miniconda@v3
53
- # with:
54
- # miniforge-version: latest
55
56
- # - name: Install Jupyterbook
57
- # run: conda install -c conda-forge jupyter-book "python<3.13" # see https://github.com/ProjectPythia/cookbook-actions/issues/126
58
59
- name: Check for config file
60
id: check_config
61
uses: andstor/file-existence-action@v3
0 commit comments