Skip to content

Commit

Permalink
ci failure on windows (#35)
Browse files Browse the repository at this point in the history
temporary fix to avoid failure after recent joblib releases

```
 Traceback (most recent call last):

  File "<string>", line 1, in <module>

  File "c:\hostedtoolcache\windows\python\3.7.9\x64\lib\site-packages\joblib\externals\loky\backend\popen_loky_win32.py", line 153, in main

    _winapi.SYNCHRONIZE | _winapi.PROCESS_DUP_HANDLE, False, parent_pid

AttributeError: module '_winapi' has no attribute 'SYNCHRONIZE'

ERROR: The process "2768" not found.

ERROR: The process "1288" not found.
```
  • Loading branch information
jeromedockes committed Jul 4, 2023
1 parent fd4decc commit 11ec73e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ packages = find:
package_dir =
=src
install_requires =
joblib>=0.17
joblib>=0.17,<=1.1.1
lxml
importlib_metadata>=3.6
neuroquery
Expand Down

0 comments on commit 11ec73e

Please sign in to comment.