You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a project that has a bunch of optional dependencies which ship in the recommended section and I need a way to test that the dist still installs without those optional dependencies. Could I add an environment variable to disable the recommended modules? Or is there another way I should go about it?
Being able to add RECOMMENDED=0 to the matrix would allow me to only test this on one version of Perl.
The text was updated successfully, but these errors were encountered:
I've got a project that has a bunch of optional dependencies which ship in the recommended section and I need a way to test that the dist still installs without those optional dependencies. Could I add an environment variable to disable the recommended modules? Or is there another way I should go about it?
Being able to add
RECOMMENDED=0
to the matrix would allow me to only test this on one version of Perl.The text was updated successfully, but these errors were encountered: