From d5d4350bab2b4b7983cef2dffccd268c6a2ac781 Mon Sep 17 00:00:00 2001 From: Alex A Utkin Date: Wed, 7 Aug 2024 17:34:41 +0300 Subject: [PATCH] ReReFix CI --- .github/workflows/test-workflow.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/test-workflow.yml b/.github/workflows/test-workflow.yml index 1a32b5a..85e9fbe 100644 --- a/.github/workflows/test-workflow.yml +++ b/.github/workflows/test-workflow.yml @@ -8,17 +8,13 @@ jobs: steps: - name: Install Reindexer run: | - brew update - brew install python3 || : # python doesn't need to be linked brew tap restream/reindexer brew install reindexer shell: bash - uses: actions/checkout@v3 - - name: Python Dependencies - run: | - pip install setuptools - name: Build PyReindexer run: + python3 -m pip install setuptools python3 setup.py install shell: bash - name: Test