# HG changeset patch # User John Rouillard # Date 1689293501 14400 # Node ID aa79c91f913ae727b74462ef655dbe5ba2cfd125 # Parent 03a7723e90e4a3497dfce30ca216d48134166001 try unquoted string. This is what I had originally. If this fails, I'll comment out the continue on error again. diff -r 03a7723e90e4 -r aa79c91f913a .github/workflows/ci-test.yml --- a/.github/workflows/ci-test.yml Thu Jul 13 20:08:56 2023 -0400 +++ b/.github/workflows/ci-test.yml Thu Jul 13 20:11:41 2023 -0400 @@ -61,7 +61,7 @@ os: [ubuntu-latest, ubuntu-20.04] # if the ones above fail. fail the build - experimental: [ "false" ] + experimental: [ false ] include: # example: if 3.12 fails the jobs still succeeds