Skip to content

Commit 625ce5f

Browse files
committed
updated pyproject.toml and setup.py
1 parent b9204dc commit 625ce5f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
- name: Install dependencies
4949
run: |
5050
python -m pip install --upgrade pip
51-
# pip install -e '.[test]'
5251
pip install .
5352
5453
- name: Run tests with pytest

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def build_extensions(self):
2222
print(f"Include dirs: {ext.include_dirs}")
2323
print(f"Library dirs: {ext.library_dirs}")
2424
super().build_extensions()
25-
25+
2626
compiler_type = self.compiler.compiler_type
2727
for ext in self.extensions:
2828
if compiler_type == 'unix':

0 commit comments

Comments
 (0)