Skip to content

Commit

Permalink
restart user session after installing
Browse files Browse the repository at this point in the history
  • Loading branch information
popenta committed Dec 7, 2023
1 parent a1403e0 commit 9177ee9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/auto-update-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
run: |
wget -O mxpy-up.py https://raw.githubusercontent.com/multiversx/mx-sdk-py-cli/$BRANCH_NAME/mxpy-up.py
python3 mxpy-up.py --exact-version=9.0.0 --not-interactive
cat mxpy-up.py
- name: Smoke test
run: |
export PATH="~/multiversx-sdk:${PATH}"
mxpy --version
- name: Auto-Update
run: |
. ~/.profile
mxpy-update
mxpy --version

0 comments on commit 9177ee9

Please sign in to comment.