Skip to content

Commit f6aeec2

Browse files
committed
Fix python version identifier in CI
1 parent 350f6f1 commit f6aeec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- uses: actions/setup-python@v2
1414
with:
15-
python-version: 3.10
15+
python-version: '3.10'
1616

1717
- name: Cache dependencies
1818
uses: actions/cache@v2

0 commit comments

Comments
 (0)