Skip to content

Commit

Permalink
Fix YAML indentation
Browse files Browse the repository at this point in the history
Co-authored-by: Isuru Fernando <isuruf@gmail.com>
  • Loading branch information
inducer and isuruf committed Jul 8, 2024
1 parent 6cfe1ea commit a29f474
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions recipes/siphash24/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ test:
imports:
- siphash24
commands:
- "PYTHONHASHSEED=0 python check.py"
- python test.py
- "PYTHONHASHSEED=0 python check.py"
- python test.py
source_files:
- test.py
- check.py
- test.py
- check.py
requires:
- pip

Expand Down

0 comments on commit a29f474

Please sign in to comment.