Skip to content

Commit f7af278

Browse files
committed
workflow fix #1
1 parent 00af6f7 commit f7af278

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.github/workflows/pr-preview.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ jobs:
1010
- uses: actions/checkout@v4
1111
- uses: actions/setup-python@v5
1212
with:
13-
python-version: '3.x'
13+
python-version: '3.12'
14+
15+
- name: Install dependencies
16+
run: |
17+
python -m pip install --upgrade pip
18+
pip install requests
1419
1520
- name: Set preview version
1621
run: |

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v4
1212
- uses: actions/setup-python@v5
1313
with:
14-
python-version: '3.11'
14+
python-version: '3.12'
1515

1616
- name: Get Version
1717
id: version

0 commit comments

Comments
 (0)