Skip to content

Commit

Permalink
build: update pylint workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
cesarcoatl committed Oct 5, 2021
1 parent e08bbf9 commit 684f4d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pylint.yml
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@latest
- name: Set up Python 3.9
uses: actions/setup-python@v2
uses: actions/setup-python@latest
with:
python-version: 3.9
- name: Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -112,7 +112,7 @@ To use Ignition, you may install it by doing any of the following.

##### Installing with `pip`

The preferred method is to install it by running `pip`. It requires Python 2.7 (we recommend version 2.7.18), or Python 3.
The preferred method is to install it by running `pip`. It requires Python 2.7.18, or higher.

```bash
python -m pip install ignition-api
Expand Down

0 comments on commit 684f4d5

Please sign in to comment.