Skip to content

Commit cc8ae73

Browse files
committed
Deleted unneeded quotes
1 parent d0d811d commit cc8ae73

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/lint-on-push-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v6.2.0
1717
with:
18-
python-version: '3.x'
18+
python-version: 3.x
1919

2020
- name: Install dev dependencies
2121
run: pip install -r requirements-dev.txt

.github/workflows/update-root-downloads-shield-weekly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v6.2.0
2525
with:
26-
python-version: '3.x'
26+
python-version: 3.x
2727

2828
- name: Update README shield
2929
id: update_shield

0 commit comments

Comments
 (0)