Skip to content

Commit 9a61028

Browse files
authored
Fix quoting in python install in github actions file (#730)
1 parent 1e517d7 commit 9a61028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Set up python
7272
uses: actions/setup-python@v4
7373
with:
74-
python-version: 3.10
74+
python-version: '3.10'
7575
- name: Check out code
7676
uses: actions/checkout@v3
7777
- name: Install dependencies

0 commit comments

Comments
 (0)