Skip to content

Commit

Permalink
Try fix for CI coveralls parallel step
Browse files Browse the repository at this point in the history
  • Loading branch information
jo-basevi committed Jul 26, 2024
1 parent e9bd1f4 commit e2a3b31
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ jobs:
run: |
PYTHONPATH=. pytest --cov=payu -s test;
- name: Configure git safe directory
# Coveralls parallel step fails with git dubious ownership errors #453
run: git config --global --add safe.directory /github/workspace

- name: Coveralls
uses: AndreMiras/coveralls-python-action@f5fd5c309b39d01599fb92c72d4f7409ea78aec9 # v20201129
with:
Expand Down

0 comments on commit e2a3b31

Please sign in to comment.