Skip to content

Commit

Permalink
FIX: Identation
Browse files Browse the repository at this point in the history
  • Loading branch information
WittmannF committed Sep 25, 2024
1 parent 7fbdf03 commit 1da7c0b
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install the package and run tests
run: |
pip install -e .
python -m unittest
sortgs 'machine learning' --nresults 10
#- name: Test with unittest
# run: python -m unittest
#- name: Test CLI Command
# run: sortgs 'machine learning' --nresults 10
run: |
pip install -e .
python -m unittest
sortgs 'machine learning' --nresults 10

0 comments on commit 1da7c0b

Please sign in to comment.