Skip to content

Commit

Permalink
Whitespace lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fzakaria committed Mar 25, 2024
1 parent 44bb130 commit afc6f81
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildAndTestCMake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,10 @@ jobs:
shell: bash
run: |
cmake --preset debug
cmake --build ./build --target check-stablehlo-ci
cmake --build ./build --target check-stablehlo-ci
- name: Build and Test StableHLO (with Python bindings)
shell: bash
run: |
cmake --preset debug-python
cmake --build ./build --target check-stablehlo-ci
cmake --build ./build --target check-stablehlo-ci
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Here's how to build the StableHLO repo on Linux or macOS:
# first configure the build system
cmake --preset debug
# then build the project
cmake --build ./build --target check-stablehlo-ci
cmake --build ./build --target check-stablehlo-ci
```

You should see results like this:
Expand Down

0 comments on commit afc6f81

Please sign in to comment.