Skip to content

Commit 1e113dc

Browse files
committed
Update build.yml
1 parent 38296ef commit 1e113dc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ jobs:
4343
curl https://pyenv.run | bash
4444
export PATH="$HOME/.pyenv/bin:$PATH"
4545
MACOSX_DEPLOYMENT_TARGET=10.9 pyenv install 3.9.21
46-
pyenv local 3.9.21
47-
eval "$(pyenv init -)"
46+
pyenv global 3.9.21
4847
4948
- name: Install backend dependencies
5049
id: install-backend-deps

0 commit comments

Comments
 (0)