Skip to content

Commit 0028f4e

Browse files
committed
Fix syntax error in workflow
1 parent 05411b7 commit 0028f4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_package.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
else
4444
echo "Building package with nox -s build"
4545
nox -s build
46+
fi
4647
4748
- name: Verify package
4849
run: |

0 commit comments

Comments
 (0)