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.
2 parents 93badca + 5d12899 commit 0ead49aCopy full SHA for 0ead49a
.github/workflows/ci.yml
@@ -106,7 +106,7 @@ jobs:
106
echo "::add-matcher::.github/local-problem-matchers.json"
107
- name: Set up ${{ matrix.python.name }}
108
if: ${{ job.container == '' }}
109
- uses: actions/setup-python@v1
+ uses: actions/setup-python@v2
110
with:
111
python-version: ${{ matrix.python.action }}
112
architecture: x64
@@ -132,7 +132,7 @@ jobs:
132
steps:
133
- uses: actions/checkout@v2
134
- name: Set up Python ${{ matrix.python.dotted }}
135
136
137
python-version: ${{ matrix.python.dotted }}
138
0 commit comments