Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hiroshiba committed Sep 25, 2024
1 parent 06e7d51 commit 4214652
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 15 deletions.
33 changes: 18 additions & 15 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,29 @@ defaults:
shell: bash

jobs:
# 全OSで実行lsしてwcで行数を数えるコードを叩いてみる
check:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os:
[
windows-2019,
windows-latest,
macos-12,
macos-14,
macos-latest,
os: [
# windows-2019,
# windows-latest,
# macos-12,
# macos-14,
# macos-latest,
ubuntu-20.04,
ubuntu-22.04,
ubuntu-latest,
# ubuntu-22.04,
# ubuntu-latest,
]
steps:
# - name: Setup tmate session
# uses: mxschmitt/action-tmate@v3
- name: Checkout
uses: actions/checkout@v4

- name: Set alias and use curl
run: |
curl --retry 3 --retry-delay 5 https://example.com
# python 3.7をインストール
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.7

- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
17 changes: 17 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
more_itertools
numpy<1.22
torch<2.0.0
tqdm
parameterized
pyyaml
retry
librosa==0.8.0
mosqito==0.2.1
numba
numpy
parameterized
pysptk
pytest
pyworld
scipy
tqdm

0 comments on commit 4214652

Please sign in to comment.