Skip to content

Commit

Permalink
change python-version to 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
peiyun@inj21 committed Sep 7, 2021
1 parent 4613906 commit bbc8a8a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:

steps:
- uses: actions/checkout@master
- name: Set up Python 3.6
- name: Set up Python 3.7
uses: actions/setup-python@v1
with:
python-version: 3.6
python-version: 3.7
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit bbc8a8a

Please sign in to comment.