update
This commit is contained in:
parent
28e4c235bb
commit
8f623a1c40
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -8,11 +8,10 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python:
|
python:
|
||||||
- 3.10.7
|
|
||||||
- 3.12.7
|
- 3.12.7
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.head_ref }}
|
ref: ${{ github.head_ref }}
|
||||||
- name: check python version
|
- name: get commit hash
|
||||||
run: python --version
|
run: echo $(git rev-parse --short "$GITHUB_SHA")
|
Loading…
Reference in New Issue
Block a user