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