Commit 6ce69df7 authored by Ruilong Li's avatar Ruilong Li
Browse files

swtich python to pass black check

parent 41c85626
...@@ -15,10 +15,10 @@ jobs: ...@@ -15,10 +15,10 @@ jobs:
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- name: Set up Python 3.8.12 - name: Set up Python 3.7.4
uses: actions/setup-python@v4 uses: actions/setup-python@v4
with: with:
python-version: "3.8.12" python-version: "3.7.4"
- name: Install dependencies - name: Install dependencies
run: | run: |
pip install isort==5.10.1 black[jupyter]==22.3.0 pip install isort==5.10.1 black[jupyter]==22.3.0
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment