Skip to content

Commit

Permalink
fix ci ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Fhrozen committed Jul 12, 2024
1 parent 28a1ae7 commit 163b5b3
Showing 1 changed file with 24 additions and 26 deletions.
50 changes: 24 additions & 26 deletions .github/workflows/ci_on_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,23 +106,21 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest]
# python-version: [3.8, 3.9, "3.10"]
# pytorch-version: [2.0.1, 2.1.0]
python-version: ["3.10"]
pytorch-version: [2.1.0]
python-version: [3.8, 3.9, "3.10"]
pytorch-version: [2.0.1, 2.1.0]
chainer-version: [6.0.0]
use-conda: [false]
# include:
# - os: ubuntu-latest
# python-version: "3.7"
# pytorch-version: 1.12.1
# chainer-verssion: 6.0.0
# use-conda: false
# - os: ubuntu-latest
# python-version: "3.7"
# pytorch-version: 1.13.1
# chainer-verssion: 6.0.0
# use-conda: false
include:
- os: ubuntu-latest
python-version: "3.7"
pytorch-version: 1.12.1
chainer-verssion: 6.0.0
use-conda: false
- os: ubuntu-latest
python-version: "3.7"
pytorch-version: 1.13.1
chainer-verssion: 6.0.0
use-conda: false
steps:
- uses: actions/checkout@master
- uses: actions/cache@v3
Expand Down Expand Up @@ -150,9 +148,9 @@ jobs:
run: |
./ci/install.sh
# - name: test shell
# run: |
# ./ci/test_shell_espnet2.sh
- name: test shell
run: |
./ci/test_shell_espnet2.sh
- name: test python
run: ./ci/test_python_espnet2.sh
Expand Down Expand Up @@ -197,16 +195,16 @@ jobs:
max-parallel: 20
matrix:
os: [ubuntu-latest]
python-version: ["3.10"]
pytorch-version: [2.1.0]
python-version: [3.7]
pytorch-version: [1.13.1]
chainer-version: [6.0.0]
use-conda: [false]
# include:
# - os: ubuntu-latest
# python-version: "3.10"
# pytorch-version: 2.1.0
# chainer-verssion: 6.0.0
# use-conda: false
include:
- os: ubuntu-latest
python-version: "3.10"
pytorch-version: 2.1.0
chainer-verssion: 6.0.0
use-conda: false
steps:
- uses: actions/checkout@master
- uses: actions/cache@v3
Expand Down

0 comments on commit 163b5b3

Please sign in to comment.