Skip to content

Commit

Permalink
Merge pull request #500 from newaetech/develop
Browse files Browse the repository at this point in the history
merge from develop
  • Loading branch information
jpcrypt authored Nov 5, 2024
2 parents ad88608 + 2f54bea commit a566d73
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/lint_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@ on:
push:
paths:
- 'software/**'
- '.github/workflows/lint_python.yml'
pull_request:
paths:
- 'software/**'
- '.github/workflows/lint_python.yml'

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -26,14 +28,14 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install ChipWhisperer
run: >-
python setup.py install
python -m pip install .
- name: Install linters
run: >-
python -m pip install mypy
Expand Down

0 comments on commit a566d73

Please sign in to comment.