Remove requests requirement since we no longer are using it

This commit is contained in:
David Dworken 2023-11-05 12:39:07 -08:00
parent 6cc7057d1e
commit 0eb362e123
No known key found for this signature in database
2 changed files with 0 additions and 2 deletions

View File

@ -130,7 +130,6 @@ jobs:
export GITHUB_TOKEN="${{ secrets.GITHUB_TOKEN }}"
gh run download -n hishtory-darwin-amd64
gh run download -n hishtory-darwin-arm64
pip3 install requests
brew install md5sha1sum
python3 scripts/actions-sign.py
- name: Upload Artifacts

View File

@ -1,5 +1,4 @@
import os
import requests
import time
import subprocess