Skip to content

Commit

Permalink
Add debug step to check git version
Browse files Browse the repository at this point in the history
  • Loading branch information
laqieer committed Aug 23, 2024
1 parent 696bd6a commit b8dd110
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
submodules: recursive

- name: Check git version
run: git describe --abbrev=7 --dirty --always --tags

- name: Install python dependencies
run: apt-get update && apt-get install -y python3-pip && pip3 install numpy

Expand Down

0 comments on commit b8dd110

Please sign in to comment.