Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit 8883896

Browse files
committed
Fix yaml
1 parent 16c9f50 commit 8883896

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/code.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@ jobs:
125125

126126
- name: Download wheel and lockfiles
127127
uses: actions/download-artifact@v3
128-
path: .devcontainer
128+
with:
129+
path: .devcontainer
129130

130131
- name: Log in to GitHub Docker Registry
131132
if: github.event_name != 'pull_request'

0 commit comments

Comments
 (0)