Skip to content

Commit

Permalink
Merge pull request #1300 from qstokkink/fix_fix_coverage
Browse files Browse the repository at this point in the history
Fixed indentation in coverage.yml
  • Loading branch information
qstokkink committed Jun 17, 2024
2 parents 5fd2273 + 1715f65 commit 998a022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:
python-version: '3.12'
cache: 'pip'
- run: |
cp /System/Volumes/Data/opt/homebrew/lib/libsodium.dylib libsodium.dylib
python -m pip install -r requirements.txt
cp /System/Volumes/Data/opt/homebrew/lib/libsodium.dylib libsodium.dylib
python -m pip install -r requirements.txt
- uses: ./.github/actions/coverage
with:
html_report_name: coverage-macos

0 comments on commit 998a022

Please sign in to comment.