We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf13d1 commit 49119b3Copy full SHA for 49119b3
.github/actions/setup-test-env/action.yml
@@ -23,6 +23,7 @@ runs:
23
with:
24
miniforge-version: latest
25
activate-environment: bokeh-fastapi-test
26
+ python-version: ${{ inputs.python-version }}
27
28
- shell: bash -el {0}
29
run: |
0 commit comments