Skip to content

Commit

Permalink
remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
ikrommyd committed Apr 13, 2024
1 parent d08b3fb commit ca8a17d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
python -V
python -m pip install uv
python -m uv pip install -e ".[dev]"
python -m uv pip install git+https://github.com/HDembinski/numba-stats.git
python -m uv pip install git+https://github.com/HDembinski/numba-stats.git
- name: Test with pytest
run: |
coverage run --source=. --omit=".tox/*" --branch -m pytest .
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
python -V
python -m pip install uv
python -m uv pip install -e ".[dev]"
python -m uv pip install git+https://github.com/HDembinski/numba-stats.git
python -m uv pip install git+https://github.com/HDembinski/numba-stats.git
- name: Test with pytest
run: |
ZFIT_DO_JIT=0
Expand Down

0 comments on commit ca8a17d

Please sign in to comment.