Skip to content

Commit

Permalink
GitHub CI without actually needing GPU: tests building and PTX compil…
Browse files Browse the repository at this point in the history
…ation
  • Loading branch information
lukstafi committed May 8, 2024
1 parent dad7859 commit faa525d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ jobs:
with:
method: network
# cuda: '12.4.1'
- run: nvidia-smi
- uses: ocaml/setup-ocaml@v2
with:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
Expand Down
2 changes: 2 additions & 0 deletions .ocamlformat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
profile = default
margin = 110

0 comments on commit faa525d

Please sign in to comment.