Skip to content

Commit 52cfdb5

Browse files
authored
[13] fix syntax error (#14)
1 parent cf9fee3 commit 52cfdb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
#----------------------------------------------
117117
- name: Load cached venv
118118
id: cached-poetry-dependencies
119-
if: !inputs.delete-poetry-lock
119+
if: ${{ ! inputs.delete-poetry-lock }}
120120
uses: actions/cache@v4
121121
with:
122122
path: .venv

0 commit comments

Comments
 (0)