From a54640164f88c2334cd55195776e2185041b51d1 Mon Sep 17 00:00:00 2001 From: Andrew Lonsdale Date: Fri, 25 Nov 2022 11:03:37 +0000 Subject: [PATCH] mac012 with pinned pysam 3.6 --- .github/workflows/pyinstaller.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pyinstaller.yml b/.github/workflows/pyinstaller.yml index dbf1d78..7f5e252 100644 --- a/.github/workflows/pyinstaller.yml +++ b/.github/workflows/pyinstaller.yml @@ -58,7 +58,7 @@ jobs: - name: Install xz htslib run: | brew update - brew install xz htslib py33-tkinter + brew install xz htslib - name: Install create-dmg run: |