Skip to content

Commit

Permalink
Upgrade python version in the workflow (#402)
Browse files Browse the repository at this point in the history
  • Loading branch information
xianbaoqian authored Dec 6, 2022
1 parent d0a93b9 commit 1de77e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.6
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.6
python-version: 3.8
- name: Install Python dependencies
run: pip install black
- name: Run Quality check
run: make quality
run: make quality

0 comments on commit 1de77e9

Please sign in to comment.