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 24284be
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/run-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,6 @@ jobs:
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
- name: Run demo with --no-prompt
run: |
python3 run-demo.py --no-prompt

0 comments on commit 24284be

Please sign in to comment.