Skip to content

Commit

Permalink
Install requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
obsidianforensics committed Oct 11, 2024
1 parent 29a76b4 commit 91f66cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:
types: [opened, synchronize, reopened]
push:
branches: master
branches: main

jobs:
build:
Expand All @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pip install flake8 pytest
pip install -r requirements-all.txt
pip install -r requirements-all.txt -r requirements.txt
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit 91f66cd

Please sign in to comment.