From d56cf1e7e7a7b95a82095bd481935ffe1df3150e Mon Sep 17 00:00:00 2001 From: Ivan Ogasawara Date: Sun, 28 Apr 2024 13:34:56 -0400 Subject: [PATCH] fix distlib issue --- conda/dev.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/conda/dev.yaml b/conda/dev.yaml index 1cc7c4a..03feea2 100644 --- a/conda/dev.yaml +++ b/conda/dev.yaml @@ -8,3 +8,6 @@ dependencies: - poetry - nodejs # used by semantic-release - shellcheck + - pip: + # distlib issues + - paginate