Skip to content

Commit acfe93a

Browse files
authored
Merge pull request #11 from manics/watch-deps-python
watch-dependencies.yaml: Python 3.10 needs to be quoted
2 parents 20806ca + 82e035a commit acfe93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/watch-dependencies.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- uses: actions/setup-python@v5
4848
with:
4949
# this should match the Python version in base/Dockerfile
50-
python-version: 3.10
50+
python-version: '3.10'
5151
- name: install pip-tools
5252
run: |
5353
pip install --upgrade pip

0 commit comments

Comments
 (0)