-
-
Notifications
You must be signed in to change notification settings - Fork 26
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
compatibility with Conda #102
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.
|
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
|
Thanks so much @ymyzk. I will have a look asap and let you know. cheers. |
Thanks for addressing this issue, and sorry for my abscense! Cheers, |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Question
Is
tox-gh-actions
compatible withtox-conda
?Context
I have a project where I use
tox
andtox-conda
. I usetox-conda
because the project has dependencies that exist only in conda. However. I could never maketox-gh-actions
work properly. I tried last year and now. Currently,tox
runs all environments despitetox-gh-actions
being installed and configured intox.ini
. I provide the links below:Additional context
The changes I am trying to apply are in joaomcteixeira/taurenmd#59
The text was updated successfully, but these errors were encountered: