Skip to content

Commit c2cd5f0

Browse files
committed
fix
1 parent e2a56dc commit c2cd5f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
image: alpine:latest
7777
steps:
7878
- name: Install dependencies
79-
run: apk add --no-cache git curl python3 py3-pip
79+
run: apk add --no-cache git curl python3 py3-pip gnupg
8080
- name: Checkout
8181
uses: actions/checkout@v4
8282
- name: Create virtual environment

0 commit comments

Comments
 (0)