Skip to content

Commit 95ddfc8

Browse files
Merge pull request #84 from openforcefield/fix-lint-workflow
Do not use Python 3.13 in lint workflow
2 parents bc6c0bf + 3cd12c9 commit 95ddfc8

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ jobs:
2222
uses: mamba-org/setup-micromamba@v1
2323
with:
2424
environment-file: devtools/conda-envs/lint_env.yml
25-
# default - will pull down 2.0 which we don't want!
26-
# micromamba-version: latest
27-
# pin to latest 1.x release
28-
micromamba-version: "1.5.10-0"
2925

3026
- name: Check dead links
3127
shell: bash -l {0}

devtools/conda-envs/lint_env.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: openff-docs-lint
22
channels:
33
- conda-forge
44
dependencies:
5+
- python <3.13
56
- pip
67
# readthedocs dependencies
78
- sphinx>=5,<7

0 commit comments

Comments
 (0)