Skip to content

Commit ded63b9

Browse files
author
Charlles Abreu
committed
Fixed Docs workflow
1 parent 65a9b94 commit ded63b9

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/Docs.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,12 @@ jobs:
1717
matrix:
1818
include:
1919
- os: ubuntu-latest
20-
python-version: "3.11"
21-
openmm-version: "8.1"
22-
gcc-version: "13"
2320

2421
steps:
2522
- name: "Check out"
2623
uses: actions/checkout@v3
24+
with:
25+
token: ${{ secrets.REPO_TOKEN }}
2726

2827
- name: "Additional info about the build"
2928
shell: bash
@@ -38,9 +37,8 @@ jobs:
3837
environment-file: devtools/conda-envs/build-docs.yml
3938
environment-name: docs
4039
create-args: >-
41-
python=${{ matrix.python-version }}
42-
gxx_linux-64=${{ matrix.gcc-version }}
43-
openmm=${{ matrix.openmm-version }}
40+
python=3.11
41+
openmm=8.1
4442
4543
- name: "List conda packages"
4644
shell: bash -l {0}

0 commit comments

Comments
 (0)