Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Aditya Sirish <[email protected]>
  • Loading branch information
adityasaky committed Jan 17, 2024
1 parent bfc601a commit 6f9fd62
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .github/workflows/run-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,8 @@ jobs:
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c
with:
python-version: '3.11'
cache: 'pip'
cache-dependency-path: 'requirements.txt'
- name: Install gittuf
uses: gittuf/gittuf-installer@74bc31fb990a714302c6cf75f91cccdaf33961bc
with:
gittuf-version: '0.1.0'
- name: Install GPG
run: |
sudo apt-get update
sudo apt-get install -y gpg
- name: Install dependencies
run: |
python3 -m pip install -U pip
python3 -m pip install -r requirements.txt
uses: gittuf/gittuf-installer@8ce8fbd070477ec72678151e82b82c3d866d9fcd
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt

0 comments on commit 6f9fd62

Please sign in to comment.