Skip to content

Commit

Permalink
(#13) - Update the test pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
braboj committed Aug 11, 2024
1 parent a3e77a3 commit d7e9a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
if [ -f ./builder/tests/requirements.txt ]; then pip install -r ./buildr/tests/requirements.txt; fi
if [ -f ./builder/tests/requirements.txt ]; then pip install -r ./builder/tests/requirements.txt; fi
if [ -f ./profiles/tests/requirements.txt ]; then pip install -r ./profiles/tests/requirements.txt; fi
- name: Lint with flake8
run: |
Expand Down

0 comments on commit d7e9a41

Please sign in to comment.