Fine, I made my own GitHub API interface. With blackjack and ...

This commit is contained in:
Trenton Holmes
2022-06-17 08:02:34 -07:00
parent 0090e27699
commit 499bd552a1
3 changed files with 220 additions and 162 deletions

View File

@@ -39,9 +39,9 @@ jobs:
with:
python-version: "3.9"
-
name: Install fastai GitHub API
name: Install requests
run: |
python -m pip install ghapi requests
python -m pip install requests
-
name: Cleanup feature tags
run: |