Skip to content

Commit

Permalink
Change order of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
benbrandt committed Mar 26, 2024
1 parent cf2da6b commit 1fcf36b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
shell: bash
run: |
set -e
pip install semantic-text-splitter --find-links dist --force-reinstall
pip install --find-links dist --force-reinstall semantic-text-splitter
pip install pytest tokenizers
pytest
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
shell: bash
run: |
set -e
pip install semantic-text-splitter --find-links dist --force-reinstall
pip install --find-links dist --force-reinstall semantic-text-splitter
pip install pytest tokenizers
pytest
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
shell: bash
run: |
set -e
pip install semantic-text-splitter --find-links dist --force-reinstall
pip install --find-links dist --force-reinstall semantic-text-splitter
pip install pytest tokenizers
pytest
Expand Down

0 comments on commit 1fcf36b

Please sign in to comment.