Skip to content

Commit b5ebf9e

Browse files
Merge pull request #222 from simonsobs/koopman/fix-deploy-workflow
Fix deploy workflow setup-python step
2 parents 56bcdd7 + 8f9242a commit b5ebf9e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Set up Python 3.10
2626
uses: actions/setup-python@v5
2727
with:
28-
python-version: 3.10
28+
python-version: '3.10'
2929

3030
- name: clone sorunlib
3131
uses: actions/checkout@v4

0 commit comments

Comments
 (0)