mirror of
https://github.com/ai-robots-txt/ai.robots.txt.git
synced 2025-04-04 11:03:59 +00:00
Merge pull request #62 from ai-robots-txt/missing-dependency
Ensure dependency installed
This commit is contained in:
commit
d2be15447c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
@ -20,6 +20,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 2
|
||||
- run: |
|
||||
pip install beautifulsoup4
|
||||
git config --global user.name "ai.robots.txt"
|
||||
git config --global user.email "ai.robots.txt@users.noreply.github.com"
|
||||
git log -1
|
||||
|
|
Loading…
Reference in a new issue