Skip to content

Commit

Permalink
Change python version to 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanshu committed Nov 13, 2020
1 parent f7e46f5 commit 23f8591
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,10 +386,10 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Set up Python 3.7
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.7
python-version: 3.6
- name: Update Version
run: echo ${GITHUB_REF##*/} > VERSION
- name: Setup Distribution
Expand Down

0 comments on commit 23f8591

Please sign in to comment.