Skip to content

Commit

Permalink
ci: install pkg with py3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Jan 15, 2024
1 parent fd2e332 commit 78500bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
import-name: "torchmetrics"
testing-matrix: |
{
"os": ["ubuntu-20.04", "macos-11", "windows-2022"],
"python-version": ["3.8", "3.10"]
"os": ["ubuntu-22.04", "macos-12", "windows-2022"],
"python-version": ["3.8", "3.11"]
}
check-md-links:
Expand Down

0 comments on commit 78500bd

Please sign in to comment.