Skip to content

Commit

Permalink
Merge pull request #24 from JacksonBurns/ci/no-retry
Browse files Browse the repository at this point in the history
remove automatic actions retry
  • Loading branch information
jonwzheng authored Nov 12, 2024
2 parents 129d27e + f2380fd commit 412427f
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,9 @@ jobs:
python -m pip install .[dev]
python -m pip install coverage
- name: Run Tests
uses: nick-fields/retry@v3
with:
max_attempts: 3
timeout_minutes: 15
shell: bash
command: |
mamba run -n test coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
run: |
touch .no_perf_test
coverage run --source=. --omit=py2opsin/__init__.py,setup.py,test/* -m unittest discover
- name: Show Coverage
run: |
coverage report -m
Expand Down

0 comments on commit 412427f

Please sign in to comment.