Skip to content

Commit c16034b

Browse files
Update mplfinance_checks.yml
1 parent 3be3afd commit c16034b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/mplfinance_checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,5 +72,9 @@ jobs:
7272
run: |
7373
git show ${{ github.event.pull_request.base.sha }}:src/mplfinance/_version.py > scripts/tv0.py
7474
git show ${{ github.sha }}:src/mplfinance/_version.py > scripts/tv1.py
75+
ls -l tv0.py
76+
cat tv0.py
77+
ls -l tv1.py
78+
cat tv1.py
7579
python scripts/version_update_check.py tv0 tv1
7680

0 commit comments

Comments
 (0)