Skip to content

Commit

Permalink
specify machine group to run CI test
Browse files Browse the repository at this point in the history
Signed-off-by: zjgemi <liuxin_zijian@163.com>
  • Loading branch information
zjgemi committed Aug 21, 2023
1 parent 417e1b9 commit 10773e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ on:

jobs:
build:
runs-on: ubuntu-latest
runs-on:
group: Default
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10"]
Expand Down

0 comments on commit 10773e9

Please sign in to comment.