We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e13f8 commit 196558eCopy full SHA for 196558e
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Set up Python 3.10
14
uses: actions/setup-python@v5
15
with:
16
- python-version: 3.10
+ python-version: "3.10"
17
- name: Set up virtualenv
18
run: python -m venv venv
19
- name: Install dependencies
0 commit comments