Commit 611e2f59 authored by quyuan's avatar quyuan
Browse files

update ci

parent 386b17ad
...@@ -18,15 +18,12 @@ on: ...@@ -18,15 +18,12 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
pdf-test: pdf-test:
runs-on: mineru runs-on: ubuntu-latest
timeout-minutes: 180 timeout-minutes: 180
strategy: strategy:
fail-fast: true fail-fast: true
steps: steps:
- name: config-net
run: |
source activate base
- name: PDF benchmark - name: PDF benchmark
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
......
...@@ -18,15 +18,12 @@ on: ...@@ -18,15 +18,12 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
cli-test: cli-test:
runs-on: mineru runs-on: ubuntu-latest
timeout-minutes: 40 timeout-minutes: 40
strategy: strategy:
fail-fast: true fail-fast: true
steps: steps:
- name: config-net
run: |
source activate base
- name: PDF cli - name: PDF cli
uses: actions/checkout@v3 uses: actions/checkout@v3
with: with:
...@@ -40,11 +37,6 @@ jobs: ...@@ -40,11 +37,6 @@ jobs:
pip install -r requirements.txt pip install -r requirements.txt
pip install -r requirements-qa.txt pip install -r requirements-qa.txt
fi fi
- name: config-net-reset
run: |
export http_proxy=""
export https_proxy=""
- name: test_cli - name: test_cli
run: | run: |
echo $GITHUB_WORKSPACE echo $GITHUB_WORKSPACE
......
{
"temp-output-dir": "/tmp/"
}
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