Skip to content

Commit

Permalink
Add pip cache to remaining workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Sep 28, 2024
1 parent cb6ec9c commit cd26281
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/automated-updates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'
- name: Update categories
run: |
python3 convert.py categories
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/dns-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: 3.8
cache: 'pip'
- name: Install Requirements
run: pip install -r requirements.txt
- name: Check if list includes domains without NS records
Expand Down

0 comments on commit cd26281

Please sign in to comment.