Skip to content

Commit 164a887

Browse files
committed
Switch to setup-python v2 in CI
1 parent 513bdec commit 164a887

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@v2
2828

2929
- name: Set up Python ${{ matrix.python-version }}
30-
uses: actions/setup-python@v1
30+
uses: actions/setup-python@v2
3131
with:
3232
python-version: ${{ matrix.python-version }}
3333

0 commit comments

Comments
 (0)