From 874010372b39f6ebb3299c10bcded72d3193f273 Mon Sep 17 00:00:00 2001 From: Chris Markiewicz Date: Fri, 4 Aug 2023 12:38:05 -0400 Subject: [PATCH] CI: Continue Windows builds even if chocolatey complains --- .github/workflows/python_tests.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python_tests.yml b/.github/workflows/python_tests.yml index 597b8795c..a30f9bdd1 100644 --- a/.github/workflows/python_tests.yml +++ b/.github/workflows/python_tests.yml @@ -47,6 +47,7 @@ jobs: uses: crazy-max/ghaction-chocolatey@v2 with: args: install git-annex --yes --ignore-checksums + continue-on-error: true # This can fail for stupid reasons ¯\_(ツ)_/¯ - name: Install remaining dependencies shell: bash -l {0}