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 00af6f7 commit f7af278Copy full SHA for f7af278
.github/workflows/pr-preview.yml
@@ -10,7 +10,12 @@ jobs:
10
- uses: actions/checkout@v4
11
- uses: actions/setup-python@v5
12
with:
13
- python-version: '3.x'
+ python-version: '3.12'
14
+
15
+ - name: Install dependencies
16
+ run: |
17
+ python -m pip install --upgrade pip
18
+ pip install requests
19
20
- name: Set preview version
21
run: |
.github/workflows/release.yml
@@ -11,7 +11,7 @@ jobs:
- python-version: '3.11'
- name: Get Version
id: version
0 commit comments