We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e427e2 commit 0e7b564Copy full SHA for 0e7b564
.github/workflows/deploy-website.yml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
python -m pip install --upgrade pip
43
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
44
- pip install cryptography
+ pip install cryptography scratchattach
45
46
- name: Get vercel auth
47
env:
0 commit comments