Skip to content

Commit 0e7b564

Browse files
committed
install scratchattach
1 parent 6e427e2 commit 0e7b564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: |
4242
python -m pip install --upgrade pip
4343
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
44-
pip install cryptography
44+
pip install cryptography scratchattach
4545
4646
- name: Get vercel auth
4747
env:

0 commit comments

Comments
 (0)