From a293edd2c2895d3ab2baacffa84a70d2b1a796b6 Mon Sep 17 00:00:00 2001 From: Bartek Pacia Date: Wed, 21 Aug 2024 01:11:09 +0100 Subject: [PATCH] try to fix failing tests --- .github/workflows/workflow.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index a345dbd..9c0af85 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -29,7 +29,7 @@ jobs: operating-system: [ubuntu-latest, windows-latest, macos-latest, macos-13, macos-14] channel: [stable, beta, master] - dry-run: [true, false] + dry-run: ["true", "false"] include: - operating-system: ubuntu-latest channel: main