diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 6e39e406..53b893ab 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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