Skip to content

Commit da48efb

Browse files
committed
Fix GHA
1 parent a38003d commit da48efb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci_poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- run: poetry config virtualenvs.in-project true
129129
- uses: actions/setup-python@v5
130130
with:
131-
python-version: 3.10
131+
python-version: "3.10"
132132

133133
- name: Install dependencies
134134
run: poetry install --only dev

0 commit comments

Comments
 (0)