Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JaGeo authored Nov 12, 2024
1 parent b198212 commit eea0d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
bash -c "
python -m pip install --upgrade pip && \
python -m uv cache clean
python -m uv pip install .[strict,tests] && \
python -m uv pip install --prerelease=allow .[strict,tests] && \
OMP_NUM_THREADS=1 pytest --cache-clear --cov=autoplex --cov-report term-missing --cov-append --splits 5 --group ${{ matrix.split }} -vv --durations-path /workspace/tests/test_data/.pytest-split-durations --store-durations
"
Expand Down

0 comments on commit eea0d5d

Please sign in to comment.