Skip to content

Commit

Permalink
ReReFix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUtkin authored Aug 7, 2024
1 parent 97cf44f commit d5d4350
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5d4350

Please sign in to comment.