Skip to content

Commit

Permalink
Merge pull request #8576 from OpenMined/rasswanth/add-git-to-cd-syft
Browse files Browse the repository at this point in the history
Adding git to cd-syft
  • Loading branch information
rasswanth-s committed Mar 13, 2024
2 parents 9668e9a + e937db7 commit e148003
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd-syft.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ jobs:
with:
python-version: "3.12"

- name: Install Git
run: |
sudo apt-get update
sudo apt-get install git -y
- name: Check python version
run: |
python --version
Expand Down

0 comments on commit e148003

Please sign in to comment.