Skip to content

Commit 2469485

Browse files
amurekicodingjoe
authored andcommitted
Update setup-python to v2
1 parent b12235e commit 2469485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
black:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-python@v1
14+
- uses: actions/setup-python@v2
1515
- uses: actions/checkout@v2
1616
- run: python -m pip install black
1717
- run: black --check --diff .
@@ -75,7 +75,7 @@ jobs:
7575
run: python setup.py test
7676
- run: codecov
7777
env:
78-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
78+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7979

8080
extras:
8181
needs:
@@ -103,4 +103,4 @@ jobs:
103103
run: python setup.py test
104104
- run: codecov
105105
env:
106-
CODECOV_TOKEN: ${{secrets.CODECOV_TOKEN}}
106+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)