From b5dc2b0b54bb0ba843ae9394a42afd4ed86e74ff Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Sat, 25 Jan 2025 17:02:51 +0100 Subject: [PATCH] reference issue in TODO --- .github/workflows/build-wasm-simd-image-from-tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wasm-simd-image-from-tag.yml b/.github/workflows/build-wasm-simd-image-from-tag.yml index 4f0f63aa1e8..0968aceb92d 100644 --- a/.github/workflows/build-wasm-simd-image-from-tag.yml +++ b/.github/workflows/build-wasm-simd-image-from-tag.yml @@ -30,7 +30,7 @@ jobs: ref: "${{ env.GIT_TAG }}" fetch-depth: 0 - # TODO: Get rid of this script, it is super unecessary and can probably be done in a little bash line + # TODO: #7885 Get rid of this script, it is super unecessary and can probably be done in the Dockerfile or a bash script - uses: actions/setup-python@v5 with: python-version: '3.10'