compatibility with Conda #169
-
|
Question Context
Additional context |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
|
Hi, thanks for filing a ticket. I haven't think about using tox-gh-actions with Conda. As far as I checked, it seems tox-gh-actions is not loaded by tox. I'll investigate a bit deeper and share the result with you. |
Beta Was this translation helpful? Give feedback.
-
|
Okay, when we specify diff --git a/tox.ini b/tox.ini
index e7b7b14..4c8e14e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,8 @@
[tox]
minversion = 3.14.0
-requires=tox-conda
+requires=
+ tox-conda
+ tox-gh-actions
envlist =
build
docs |
Beta Was this translation helpful? Give feedback.
-
|
Thanks so much @ymyzk. I will have a look asap and let you know. cheers. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks for addressing this issue, and sorry for my abscense! Cheers, |
Beta Was this translation helpful? Give feedback.
Okay, when we specify
requiresintox.ini,tox-gh-actionsshould be specified inrequiresas well. Could you give it a try? If this solution works, I'll add this to our documentation as well.