Skip to content

Commit

Permalink
fix .mergify.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kamo-naoyuki committed Feb 9, 2023
1 parent f46285f commit b1fbd5d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: macOS-latest
strategy:
matrix:
python-version: [3.9]
python-version: ["3.10"]
pytorch-version: [1.13.1]
use-conda: [true, false]
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_import.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest]
python-version: [3.9]
python-version: ["3.10"]
pytorch-version: [1.13.1]
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: Windows-latest
strategy:
matrix:
python-version: [3.9]
python-version: ["3.10"]
pytorch-version: [1.13.1]
defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ pull_request_rules:
- "check-success=linter_and_test (ubuntu-20.04, 3.8, 1.13.1, false, 6.0.0)"
- "check-success=linter_and_test (ubuntu-20.04, 3.9, 1.13.1, false, 6.0.0)"
- "check-success=linter_and_test (ubuntu-20.04, 3.10, 1.13.1, false, 6.0.0)"
- "check-success=test_import (ubuntu-latest, 3.9, 1.13.1)"
- "check-success=test_import (ubuntu-latest, 3.10, 1.13.1)"
actions:
merge:
method: merge
Expand Down

0 comments on commit b1fbd5d

Please sign in to comment.