Basic Information
The cache action can sometimes return an invalid venv leading to dependencies being skipped (see https://github.com/codersforcauses/coexist/actions/runs/11271701911/job/31345634420). The current workaround is to regenerate the lock file. However since it is no longer maintained, switch to the setup-python method.
Copy over changes from this PR codersforcauses/coexist#114
Other Information
[Are there any additional information that we should know about?]
Basic Information
The cache action can sometimes return an invalid venv leading to dependencies being skipped (see https://github.com/codersforcauses/coexist/actions/runs/11271701911/job/31345634420). The current workaround is to regenerate the lock file. However since it is no longer maintained, switch to the
setup-pythonmethod.Copy over changes from this PR codersforcauses/coexist#114
Other Information
[Are there any additional information that we should know about?]