"server/git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "64039df6d72323b9d56b59aa0cad061962724d0d"
Commit 37c0fcff authored by Ruilong Li's avatar Ruilong Li
Browse files

python 3.9 in workflow

parent 6ce69df7
......@@ -15,10 +15,10 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Set up Python 3.7.4
- name: Set up Python 3.9
uses: actions/setup-python@v4
with:
python-version: "3.7.4"
python-version: "3.9"
- name: Install dependencies
run: |
pip install isort==5.10.1 black[jupyter]==22.3.0
......
......@@ -17,7 +17,7 @@ jobs:
submodules: 'recursive'
- uses: actions/setup-python@v3
with:
python-version: '3.8.12'
python-version: '3.9'
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
......
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