Skip to content

Commit b64b2cb

Browse files
committed
clean up
1 parent 9e3bebb commit b64b2cb

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/link-checker.yaml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,20 +42,12 @@ jobs:
4242
shell: bash -l {0}
4343
steps:
4444
- uses: actions/checkout@v4
45-
45+
4646
- name: Setup environment with micromamba
4747
uses: mamba-org/setup-micromamba@v2
4848
with:
4949
environment-file: ${{ inputs.environment_file }}
5050

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-
5951
- name: Check for config file
6052
id: check_config
6153
uses: andstor/file-existence-action@v3

0 commit comments

Comments
 (0)