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 3f44494 commit 62be545Copy full SHA for 62be545
.github/workflows/release.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Setup Python
21
uses: actions/setup-python@v6
22
with:
23
- python-version: 3.10
+ python-version: '3.10'
24
- name: Install dependencies
25
run: |
26
python -m pip install --upgrade pip
.github/workflows/test.yml
@@ -16,7 +16,7 @@ jobs:
16
17
18
19
- name: Check out code
uses: actions/checkout@v5
0 commit comments