We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 784e76d commit 5b2d17dCopy full SHA for 5b2d17d
1 file changed
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Checkout
40
uses: actions/checkout@v2
41
- name: Setup python
42
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
43
with:
44
python-version: '${{ matrix.python }}'
45
architecture: '${{ matrix.arch }}'
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
75
76
- name: Run tests
@@ -92,7 +92,7 @@ jobs:
92
93
94
95
96
97
98
0 commit comments