We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa0bbd commit be24216Copy full SHA for be24216
.github/workflows/test-suite.yml
@@ -16,11 +16,11 @@ jobs:
16
os: [ubuntu-latest, macos-latest, windows-latest]
17
python-install: [pip]
18
with-yggdrasil: [true]
19
+ include:
20
+ - os: ubuntu-latest
21
+ python-install: pip
22
+ with-yggdrasil: false
23
fail-fast: false
- include:
- - os: ubuntu-latest
- python-install: pip
- with-yggdrasil: false
24
steps:
25
- name: Check out repository code
26
uses: actions/checkout@v2
0 commit comments