From f787cc6569cf7dbe0fea84d253bf6c009d282dc7 Mon Sep 17 00:00:00 2001 From: Theodoros Katzalis Date: Mon, 20 Jan 2025 11:45:36 +0100 Subject: [PATCH] Change tiktorch package name to .conda --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 95037b0a..bfef6884 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -118,7 +118,7 @@ jobs: os: [macos-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }} env: - TIKTORCH_PACKAGE_NAME: tiktorch-${{ needs.conda-noarch-build.outputs.version }}-py_0.tar.bz2 + TIKTORCH_PACKAGE_NAME: tiktorch-${{ needs.conda-noarch-build.outputs.version }}-py_0.conda steps: # Use GNU tar instead of BSD tar on Windows - name: "Use GNU tar instead of BSD tar"