Skip to content

Commit

Permalink
Update python.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buckket authored Nov 11, 2022
1 parent 6061e6f commit 46253b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,14 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Set up Python 3.10
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.5 - 3.x"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install --editable .
pip install flake8 pytest pytest-cov
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 46253b8

Please sign in to comment.