Skip to content

Commit

Permalink
* refine perf bench workflow
Browse files Browse the repository at this point in the history
* fix wrong var in sphinx docs
  • Loading branch information
HYLcool committed Dec 6, 2024
1 parent 77b498a commit 7d4a37b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_sphinx_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python ${{ matrix.python-version }}
- name: Setup Python ${{ matrix.python_version }}
uses: actions/setup-python@master
with:
python_version: ${{ matrix.python-version }}
python_version: ${{ matrix.python_version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/perf-bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ env:
ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION: true

jobs:
unittest-single:
runs-on: [self-hosted, linux]
perf_bench:
runs-on: [GPU, unittest]
environment: Testing
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 7d4a37b

Please sign in to comment.