Skip to content

Commit be24216

Browse files
committed
Fix syntax in workflow
1 parent faa0bbd commit be24216

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616
os: [ubuntu-latest, macos-latest, windows-latest]
1717
python-install: [pip]
1818
with-yggdrasil: [true]
19+
include:
20+
- os: ubuntu-latest
21+
python-install: pip
22+
with-yggdrasil: false
1923
fail-fast: false
20-
include:
21-
- os: ubuntu-latest
22-
python-install: pip
23-
with-yggdrasil: false
2424
steps:
2525
- name: Check out repository code
2626
uses: actions/checkout@v2

0 commit comments

Comments
 (0)