Change to use virtualenv as default (#33)

PEP 582 has become an opt-in feature in PDM
This commit is contained in:
Thiago Lages de Alencar 2023-06-15 04:29:30 -03:00 committed by GitHub
parent 202fe0828e
commit a70a002bdd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."