Skip to content

Commit

Permalink
Merge branch 'fix-cif'
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhaoyilunnn committed Jun 30, 2024
2 parents 7619fc3 + 179a6fa commit b517c67
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,7 @@ wheelhouse
# documents
doc/build
doc/pages

# lsp
.cache
compile_commands.json
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
long_description=long_description,
long_description_content_type="text/markdown",
extras_require={"test": ["pytest"]},
cmake_args=["-DCMAKE_BUILD_TYPE:STRING=Debug"],
# cmake_args=["-DCMAKE_BUILD_TYPE:STRING=Debug"],
python_requires=">=3.8",
zip_safe=False,
setup_cfg=True,
Expand Down

0 comments on commit b517c67

Please sign in to comment.