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 65a9b94 commit ded63b9Copy full SHA for ded63b9
.github/workflows/Docs.yml
@@ -17,13 +17,12 @@ jobs:
17
matrix:
18
include:
19
- os: ubuntu-latest
20
- python-version: "3.11"
21
- openmm-version: "8.1"
22
- gcc-version: "13"
23
24
steps:
25
- name: "Check out"
26
uses: actions/checkout@v3
+ with:
+ token: ${{ secrets.REPO_TOKEN }}
27
28
- name: "Additional info about the build"
29
shell: bash
@@ -38,9 +37,8 @@ jobs:
38
37
environment-file: devtools/conda-envs/build-docs.yml
39
environment-name: docs
40
create-args: >-
41
- python=${{ matrix.python-version }}
42
- gxx_linux-64=${{ matrix.gcc-version }}
43
- openmm=${{ matrix.openmm-version }}
+ python=3.11
+ openmm=8.1
44
45
- name: "List conda packages"
46
shell: bash -l {0}
0 commit comments