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 0ac144a commit dc5dd66Copy full SHA for dc5dd66
tests/conftest.py
@@ -7,5 +7,5 @@
7
import os
8
import sys
9
10
-if os.environ.get("CI", "false") == "true" and sys.platform() == "win32":
11
- os.add_dll_directory("C:\\ProgramData\\mingw64\\mingw64\\bin")
+if os.environ.get("CI", "false") == "true" and sys.platform == "win32":
+ os.add_dll_directory("C:\\mingw64\\bin")
0 commit comments