Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hspark92 committed Nov 26, 2023
1 parent e496313 commit d9e4b17
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build Wheels

on: [push, pull_request]

Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@
[
"fast_grid/libs/distance_matrix.pyx",
"fast_grid/libs/potential.pyx",
]
],
compiler_directives={"language_level": "3"},
),
include_dirs=[np.get_include()],
)

0 comments on commit d9e4b17

Please sign in to comment.