Skip to content

Commit

Permalink
add checkout actions for github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
naik-aakash authored Nov 10, 2024
1 parent b4a5343 commit 7717a3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
python -m uv pip install .[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
"
- uses: actions/checkout@v3
- name: Commit and push test durations
if: matrix.python-version == '3.10' && github.repository_owner == github.actor
run: |
Expand Down

0 comments on commit 7717a3d

Please sign in to comment.