From a70a002bdd6af0d5600f70d282459c3cac08514f Mon Sep 17 00:00:00 2001 From: Thiago Lages de Alencar Date: Thu, 15 Jun 2023 04:29:30 -0300 Subject: [PATCH] Change to use virtualenv as default (#33) PEP 582 has become an opt-in feature in PDM --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 35d5cac..804905d 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ inputs: required: false enable-pep582: description: "Enable PEP 582 package loading globally." - default: "true" + default: "false" required: false cache: description: "Cache PDM installation."