"git@developer.sourcefind.cn:OpenDAS/ollama.git" did not exist on "949d7b1c488b07a4f86bc89f8fe607e7ce04eaf0"
Unverified Commit 71450486 authored by Xiaomeng Zhao's avatar Xiaomeng Zhao Committed by GitHub
Browse files

Update python-package.yml

parent 87fd4c28
...@@ -60,7 +60,7 @@ jobs: ...@@ -60,7 +60,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: ["3.10"] python-version: ["3.10", "3.11", "3.12", "3.13"]
steps: steps:
- name: Checkout code - name: Checkout code
...@@ -79,10 +79,10 @@ jobs: ...@@ -79,10 +79,10 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install dependencies - name: Install magic-pdf
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi pip install -e .[full]
- name: Install wheel - name: Install wheel
run: | run: |
......
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