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 7948927 commit 36dfcc6Copy full SHA for 36dfcc6
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
steps:
20
- uses: actions/checkout@v4
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v2
23
with:
24
python-version: ${{ matrix.python-version }}
25
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: Set up Python 3.9
58
59
60
python-version: 3.9
61
.github/workflows/pullRequest.yml
0 commit comments