Skip to content

Commit

Permalink
Update python-app.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
illusion0001 authored Jan 3, 2023
1 parent c29c729 commit 0ef357c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@ jobs:
with:
python-version: "3.x"

- name: Setup envs
shell: bash
run: |
ver=1.`git rev-list HEAD --count`
echo commit_val=0.0.$ver >> $GITHUB_ENV
echo "SHORT_SHA=${GITHUB_SHA::7}" >> $GITHUB_ENV
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 0ef357c

Please sign in to comment.