From 16b9cb44c25345414274770ed82db859104d699f Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Mon, 22 Mar 2021 20:58:00 -0400 Subject: [PATCH] Test self-hosted --- .github/workflows/main.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dfbd63267..bab760556 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -2,7 +2,6 @@ name: CI on: push: - pull_request: workflow_dispatch: release: types: [published] @@ -14,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Install Python Dependencies - run: | - python3 -m pip install -U pip - pip3 install pyinstaller + # - name: Install Python Dependencies + # run: | + # python3 -m pip install -U pip + # pip3 install pyinstaller - run: pyinstaller Opencore-Patcher.spec - run: ./after_pyinstaller.sh