From 8f623a1c409e277a49331dda052b48d38b2e02e9 Mon Sep 17 00:00:00 2001 From: hoangvv Date: Thu, 9 Jan 2025 17:46:09 +0700 Subject: [PATCH] update --- .github/workflows/build.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 96d685c83..0a244166f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,11 +8,10 @@ jobs: strategy: matrix: python: - - 3.10.7 - 3.12.7 steps: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - name: check python version - run: python --version \ No newline at end of file + - name: get commit hash + run: echo $(git rev-parse --short "$GITHUB_SHA") \ No newline at end of file