We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9204dc commit 625ce5fCopy full SHA for 625ce5f
.github/workflows/tests.yml
@@ -48,7 +48,6 @@ jobs:
48
- name: Install dependencies
49
run: |
50
python -m pip install --upgrade pip
51
- # pip install -e '.[test]'
52
pip install .
53
54
- name: Run tests with pytest
setup.py
@@ -22,7 +22,7 @@ def build_extensions(self):
22
print(f"Include dirs: {ext.include_dirs}")
23
print(f"Library dirs: {ext.library_dirs}")
24
super().build_extensions()
25
-
+
26
compiler_type = self.compiler.compiler_type
27
for ext in self.extensions:
28
if compiler_type == 'unix':
0 commit comments