Using pdm with CircleCI (cached packages etc) #2309
Unanswered
anentropic
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Has anyone got any ready made config for using pdm projects with CircleCI? an orb maybe?
especially around the caching (just manually installing pdm and running stuff works fine)
The https://circleci.com/developer/orbs/orb/circleci/python orb works with pip, pipenv and poetry but nothing for pdm unfortunately. At the moment I have a pre-commit hook which runs
pdm export
to generate arequirements.txt
file, just so I can use the caching code already in place with that orb.Beta Was this translation helpful? Give feedback.
All reactions