Update blank.yml

This commit is contained in:
2023-11-15 10:50:20 -05:00
committed by GitHub
parent 5143153075
commit 16dd4d99f2

View File

@@ -10,6 +10,7 @@ jobs:
steps:
- name: checkout main branch
uses: actions/checkout@v2
- run: pip install numpy bs4
- run: python NYT.py
- run: git config --local user.email "action@github.com"
- run: git config --local user.name "GitHub Action"