Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lloesche committed Mar 5, 2024
1 parent 5b7f17d commit 062f63a
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/fixcompliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: '3.11'
architecture: 'x64'

- name: Restore dependency cache
uses: actions/cache@v2
with:
path: ~/.cache/pip
key: $\{\{runner.os}}-pip-$\{\{hashFiles('setup.py')}}
restore-keys: |
$\{\{ runner.os }}-pip-
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 062f63a

Please sign in to comment.