Skip to content

Commit

Permalink
.github: enable yarn immutable installs
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondr77 committed Sep 5, 2024
1 parent 6dcffe9 commit de28491
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-mito-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
python ../deployment/bump_version.py mito-ai ${{ steps.extract_branch.outputs.branch }}
python -m pip install -e ".[deploy]" --verbose
python -m pip check
jlpm install
YARN_ENABLE_IMMUTABLE_INSTALLS=true jlpm install
jlpm run build
- name: Deploy mito-ai
run: |
Expand Down

0 comments on commit de28491

Please sign in to comment.