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 36dfcc6 commit 1bff623Copy full SHA for 1bff623
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
python-version: [ 3.7, 3.8, 3.9]
18
19
steps:
20
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v2
21
- name: Set up Python ${{ matrix.python-version }}
22
uses: actions/setup-python@v2
23
with:
@@ -53,7 +53,7 @@ jobs:
53
needs: ci
54
runs-on: ubuntu-latest
55
56
57
- name: Set up Python 3.9
58
59
.github/workflows/pullRequest.yml
0 commit comments