We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2809515 commit 38296efCopy full SHA for 38296ef
.github/workflows/build.yml
@@ -44,6 +44,7 @@ jobs:
44
export PATH="$HOME/.pyenv/bin:$PATH"
45
MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
46
pyenv local 3.9.21
47
+ eval "$(pyenv init -)"
48
49
- name: Install backend dependencies
50
id: install-backend-deps
0 commit comments