Skip to content

Commit

Permalink
add test echo
Browse files Browse the repository at this point in the history
  • Loading branch information
jiangxinglei committed May 30, 2024
1 parent 0b295d8 commit da1a131
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ jobs:
cache-downloads: true
post-cleanup: 'none'
- name: Run custom command in micromamba environment
run: ./manager build
run: |
./manager build
echo "build finish"
shell: micromamba-shell {0}

- name: Create setup dist
Expand Down

0 comments on commit da1a131

Please sign in to comment.