Skip to content

Commit

Permalink
Fix consistency in README (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicaelJarniac committed Nov 12, 2021
1 parent ca5c590 commit 52636cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Python ${{ matrix.python-version }} sample
steps:
- uses: actions/checkout@v2
- name: Setup python
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down

0 comments on commit 52636cf

Please sign in to comment.