Skip to content

Commit

Permalink
ReFix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAUtkin authored Aug 7, 2024
1 parent d76b1db commit 55a924a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
run: |
brew tap restream/reindexer
brew install reindexer
pip install setuptools
shell: bash
- uses: actions/checkout@v3
- name: Build PyReindexer
run: python3 setup.py install
run:
python3 -m pip install setuptools
python3 setup.py install
shell: bash
- name: Test
run: |
Expand Down

0 comments on commit 55a924a

Please sign in to comment.