We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0408a35 commit 99cf492Copy full SHA for 99cf492
1 file changed
.github/workflows/push.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Set up Python environment
13
uses: actions/setup-python@v4
14
with:
15
- python-version: 3.10
+ python-version: "3.10"
16
- name: ruff
17
run: |
18
pip install ruff
0 commit comments