Skip to content

Commit d7a0f7c

Browse files
committed
try unquoted string.
This is what I had originally. If this fails, I'll comment out the continue on error again.
1 parent 102c974 commit d7a0f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
os: [ubuntu-latest, ubuntu-20.04]
6262

6363
# if the ones above fail. fail the build
64-
experimental: [ "false" ]
64+
experimental: [ false ]
6565

6666
include:
6767
# example: if 3.12 fails the jobs still succeeds

0 commit comments

Comments
 (0)