Skip to content

Commit

Permalink
Fixed indentation in coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qstokkink committed Jun 17, 2024
1 parent 5fd2273 commit 1715f65
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 1715f65

Please sign in to comment.