質問編集履歴
1
追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,3 +1,7 @@
|
|
1
1
|
GitHub Actionsを用いて自作のpython用libraryの単体testをしようとしているのですが、その際のerrorが `Error: Process completed with exit code 102.` だけで他に手掛かりが無いため困っています。原因のわかる人居ませんか?
|
2
2
|
|
3
|
-
[そのrepository](https://github.com/gottadiveintopython/asynckivy/pull/23)
|
3
|
+
[そのrepository](https://github.com/gottadiveintopython/asynckivy/pull/23)
|
4
|
+
|
5
|
+
### 追記
|
6
|
+
|
7
|
+
その自作のlibraryはKivyというGUI libraryに依存しているのですが、別の[Kivyに依存していないlibrary](https://github.com/gottadiveintopython/asyncgui)ではGitHub Actionsによる単体testはうまくいっているためKivyが何らかの影響を与えているのではと思っています。
|