mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-18 21:44:18 +00:00
minor fixes
This commit is contained in:
parent
1662f3f6d3
commit
e0c4801905
3
.github/workflows/build-docker-image.yml
vendored
3
.github/workflows/build-docker-image.yml
vendored
@ -2,9 +2,6 @@
|
||||
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
|
||||
name: Build docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- test-yesno-docker
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
5
.github/workflows/run-docker-image.yml
vendored
5
.github/workflows/run-docker-image.yml
vendored
@ -1,8 +1,5 @@
|
||||
name: Run docker image
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- test-yesno-docker
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
@ -73,7 +70,7 @@ jobs:
|
||||
|
||||
echo "----------k2----------"
|
||||
python3 -c "import k2; print(k2.__file__)"
|
||||
python3 -c "import k2; print(k2.__version__)"
|
||||
python3 -c "import k2; print(k2.__dev_version__)"
|
||||
python3 -m k2.version
|
||||
|
||||
echo "----------lhotse----------"
|
||||
|
Loading…
x
Reference in New Issue
Block a user