We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 404a005 commit b0f0f1cCopy full SHA for b0f0f1c
.github/workflows/pythonapp.yml
@@ -83,6 +83,7 @@ jobs:
83
- name: Build the devenv shell
84
run: |
85
mkdir -p $HOME/.local/share/pnpm/global
86
+ echo "$HOME/.local/share/pnpm/global" >> $GITHUB_PATH
87
devenv test
88
- name: Run pytest with uv
89
0 commit comments