Skip to content

Commit 0ff2f82

Browse files
committed
workflow updates
1 parent aad800e commit 0ff2f82

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Set up Python
1111
uses: actions/setup-python@v1
1212
with:
13-
python-version: 3.10
13+
python-version: '3.10'
1414
- name: Install dependencies
1515
run: |
1616
python -m pip install --upgrade pip

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v1
1515
with:
16-
python-version: 3.10
16+
python-version: '3.10'
1717
- name: Install dependencies
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)