Skip to content

Commit f74dae2

Browse files
committed
Reverting setup-python
1 parent 1d97bb2 commit f74dae2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pypiupload.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python get-pip.py
2525
- if: ${{ matrix.python-version != '2.7' }}
2626
name: Setup Python environment
27-
uses: actions/setup-python@v4
27+
uses: actions/setup-python@vv3.1.4
2828
with:
2929
python-version: ${{ matrix.python-version }}
3030
- name: Install dependencies

.github/workflows/spec_update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v3
1212
- name: Setup Python environment
13-
uses: actions/setup-python@v4
13+
uses: actions/setup-python@v3.1.4
1414
with:
1515
python-version: 3.9
1616
- name: Get current time

0 commit comments

Comments
 (0)