-
Hi, I have a devops pipeline that looks like this:
I want to cache two things here:
I tried using the Cache@2 task to cache directory Within the pre-commit, I run mypy (among others) and in my Can anyone point what I am doing wrong? The documentation is not really helpful since it only talks about github actions. Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
frostming
Jun 12, 2024
Replies: 1 comment 2 replies
-
PDM environment is installed at |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
frostming
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
PDM environment is installed at
.venv
by default, and you need to cache it by python version and arch