Skip to content

Commit 62e404d

Browse files
authored
Release v1.23.4 (#1150)
1 parent bd31a5b commit 62e404d

File tree

4 files changed

+1
-4
lines changed

4 files changed

+1
-4
lines changed

.github/workflows/build-conda-cpu-macos.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,6 @@ jobs:
7676
with:
7777
auto-update-conda: true
7878
python-version: ${{ matrix.python-version }}
79-
channels: conda-forge
8079
activate-environment: k2
8180

8281
- name: Display Python version

.github/workflows/build-conda-cpu-windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ jobs:
6565
with:
6666
auto-update-conda: true
6767
python-version: ${{ matrix.python-version }}
68-
channels: conda-forge
6968
activate-environment: k2
7069

7170
- name: Install conda dependencies

.github/workflows/build-conda-cuda-ubuntu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ jobs:
8282
with:
8383
auto-update-conda: true
8484
python-version: ${{ matrix.python-version }}
85-
channels: conda-forge
8685
activate-environment: k2
8786

8887
- name: Display Python version

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ message(STATUS "Enabled languages: ${languages}")
4747

4848
project(k2 ${languages})
4949

50-
set(K2_VERSION "1.23.3")
50+
set(K2_VERSION "1.23.4")
5151

5252
# ----------------- Supported build types for K2 project -----------------
5353
set(K2_ALLOWABLE_BUILD_TYPES Debug Release RelWithDebInfo MinSizeRel)

0 commit comments

Comments
 (0)