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 7d7ff6b commit 05f7ad0Copy full SHA for 05f7ad0
.github/workflows/CI.yml
@@ -36,7 +36,7 @@ jobs:
36
PYTEST_ARGS: -v -nauto --cov=openforcefields --cov-config=setup.cfg --cov-append --cov-report=xml
37
38
steps:
39
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
40
41
- name: Install dependencies
42
if: ${{ matrix.toolkit == true }}
.github/workflows/canary.yaml
@@ -24,7 +24,7 @@ jobs:
24
- os: macOS-latest
25
26
27
28
with:
29
fetch-depth: 0
30
0 commit comments