Skip to content

Commit 0ef357c

Browse files
authored
Update python-app.yml
1 parent c29c729 commit 0ef357c

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/python-app.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
with:
2121
python-version: "3.x"
2222

23-
- name: Setup envs
24-
shell: bash
25-
run: |
26-
ver=1.`git rev-list HEAD --count`
27-
echo commit_val=0.0.$ver >> $GITHUB_ENV
28-
echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
29-
3023
- name: Install dependencies
3124
run: |
3225
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)