Skip to content

Commit

Permalink
change to py39
Browse files Browse the repository at this point in the history
  • Loading branch information
pkufool committed Aug 24, 2023
1 parent 467ff19 commit 0ef9457
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests_cpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
os: [ubuntu-latest, macos-latest]
torch: ["1.12.1"]
torchaudio: ["0.12.1"]
python-version: ["3.11"]
python-version: ["3.9"]
build_type: ["Release", "Debug"]

steps:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/run_tests_cuda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ jobs:
os: [ubuntu-latest]
cuda: ["11.7"]
torch: ["1.13.1"]
torchaudio: ["1.13.0"]
python-version: ["3.11"]
python-version: ["3.9"]
build_type: ["Release", "Debug"]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/style_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
shell: bash
working-directory: ${{github.workspace}}
run: |
black -l 80 --check --diff .
black --check --diff .

0 comments on commit 0ef9457

Please sign in to comment.