Skip to content

Commit

Permalink
Merge pull request #1766 from effigies/ci/fix_windows
Browse files Browse the repository at this point in the history
CI: Continue Windows builds even if chocolatey complains
  • Loading branch information
effigies authored Aug 4, 2023
2 parents 6fc6d15 + 8740103 commit 0854a36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 0854a36

Please sign in to comment.