Skip to content

Commit

Permalink
fix(proposals): Simplify proposals action pipline
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Butler <[email protected]>
  • Loading branch information
butler54 committed Aug 7, 2024
1 parent 5927006 commit 8d4cc1d
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/proposals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,12 @@ jobs:
git config --global core.autocrlf false
- uses: actions/checkout@v4
with:
submodules: true

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'

- uses: actions/cache@v4
with:
path: ~/.cache/pip
key: ubuntu-latest-proposals
restore-keys: |
ubuntu-latest-proposals
cache: 'pip'

- name: Install trestle
run: pip install -U compliance-trestle
Expand Down

0 comments on commit 8d4cc1d

Please sign in to comment.