Skip to content

Commit

Permalink
Added shell option to the step
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Dec 11, 2023
1 parent 7249ffa commit f1255b3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/generate_coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,13 +56,16 @@ jobs:
id: build_coverage
uses: nick-fields/retry@v2.9.0
with:
shell: bash
timeout_minutes: 60
max_attempts: 5
retry_on: error
command: |
python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py"
on_retry_command: |
. $CONDA/etc/profile.d/conda.sh
conda activate coverage
cd /home/runner/work/dpnp/dpnp
git clean -fxd
python scripts/gen_coverage.py --pytest-opts="--ignore tests/test_random.py"
- name: Total number of coverage attempts
run: |
Expand Down

0 comments on commit f1255b3

Please sign in to comment.