Skip to content

Commit

Permalink
Add missing "Install Requirements" title in Github Action
Browse files Browse the repository at this point in the history
  • Loading branch information
nickspaargaren committed Oct 8, 2024
1 parent d85a807 commit 2c31be2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
python-version: 3.9
cache: 'pip'
- run: pip install -r requirements.txt
- name: Install Requirements
run: pip install -r requirements.txt
- name: Check if list includes regex domains
run: |
cd scripts
Expand Down

0 comments on commit 2c31be2

Please sign in to comment.