Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
fasilwdr authored May 8, 2024
1 parent a864c00 commit 657ee20
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3 # Updated to the latest major version
- uses: actions/checkout@v3
- name: Set up Python 3.8
uses: actions/setup-python@v4 # Updated to the latest major version
uses: actions/setup-python@v4
with:
python-version: 3.8

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
pip install flake8 pytest
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 657ee20

Please sign in to comment.