Skip to content

Commit

Permalink
CI: update 'flake8' workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dmgav committed Nov 7, 2023
1 parent 7c930a6 commit 5ea877a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/black.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Install Dependencies
run: |
# These packages are installed in the base environment but may be older
# versions. Explicitly upgrade them because they often create
# installation problems if out of date.
python -m pip install --upgrade pip setuptools numpy
# python -m pip install --upgrade pip setuptools numpy
pip install black
- name: Run black
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/flake8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
# These packages are installed in the base environment but may be older
# versions. Explicitly upgrade them because they often create
# installation problems if out of date.
python -m pip install --upgrade pip setuptools numpy
# python -m pip install --upgrade pip setuptools numpy
pip install flake8
- name: Run flake8
Expand Down

0 comments on commit 5ea877a

Please sign in to comment.