Skip to content

Commit

Permalink
Fix panlint workflow job
Browse files Browse the repository at this point in the history
Copied from configuration-modules-core
  • Loading branch information
jrha committed Jun 2, 2023
1 parent d84d087 commit 3e09130
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -26,14 +26,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
# we need the full repo or HEAD^ does not work
fetch-depth: 0
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.6
python-version: 3
- name: Install dependencies
run: pip install colorama prettytable six
- name: run panlint
Expand Down

0 comments on commit 3e09130

Please sign in to comment.