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 baea6a3 commit 73dfeefCopy full SHA for 73dfeef
.github/actions/pack_streamlit_component_library/action.yaml
@@ -34,6 +34,8 @@ runs:
34
- name: Install node dependencies for streamlit-component-lib
35
working-directory: ${{ inputs.working_directory }}/component-lib/
36
shell: bash
37
+ # Note that the version here needs to match the version of yarn specified in the
38
+ # Streamlit repo: https://github.com/streamlit/streamlit/blob/develop/frontend/package.json
39
run: |
40
corepack enable
41
corepack prepare yarn@4.5.3 --activate
0 commit comments