mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-19 05:54:20 +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
|
# https://docs.github.com/en/actions/publishing-packages/publishing-docker-images#publishing-images-to-github-packages
|
||||||
name: Build docker image
|
name: Build docker image
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- test-yesno-docker
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
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
|
name: Run docker image
|
||||||
on:
|
on:
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- test-yesno-docker
|
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
@ -73,7 +70,7 @@ jobs:
|
|||||||
|
|
||||||
echo "----------k2----------"
|
echo "----------k2----------"
|
||||||
python3 -c "import k2; print(k2.__file__)"
|
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
|
python3 -m k2.version
|
||||||
|
|
||||||
echo "----------lhotse----------"
|
echo "----------lhotse----------"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user