From 52d7eb733d500210348e9fa1ee176528586b6cd2 Mon Sep 17 00:00:00 2001 From: Dario Lombardo Date: Thu, 15 Oct 2020 16:44:04 +0200 Subject: [PATCH] github: install biplist for macos. --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 2df867a28f..fb3e602443 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -17,6 +17,8 @@ jobs: run: pip3 install dmgbuild - name: Install pytest run: pip install pytest pytest-xdist + - name: Install biplist + run: pip install biplist - name: Set up Ruby 2.6 uses: actions/setup-ruby@v1.1.1 with: