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 c16034b commit 8fa38f2Copy full SHA for 8fa38f2
.github/workflows/mplfinance_checks.yml
@@ -72,9 +72,5 @@ jobs:
72
run: |
73
git show ${{ github.event.pull_request.base.sha }}:src/mplfinance/_version.py > scripts/tv0.py
74
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
79
python scripts/version_update_check.py tv0 tv1
80
0 commit comments