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 23a731c commit 29c2244Copy full SHA for 29c2244
1 file changed
.github/workflows/docs-build-template.yml
@@ -41,7 +41,7 @@ jobs:
41
shell: bash
42
run: |
43
set -euo pipefail
44
- PROJECT_DIR="${{ inputs.pyproject-directory }}"
+ export PROJECT_DIR="${{ inputs.pyproject-directory }}"
45
PKG_VERSION="$(
46
uv run --project "$PROJECT_DIR" python - <<PY
47
import os
0 commit comments