Skip to content

Commit

Permalink
[DOP-11676] - add workflow for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
maxim-lixakov committed Feb 13, 2024
1 parent fde6f2d commit 0aef311
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@ jobs:

- name: Install dependencies
run: |
pip install -I -r requirements-dev.txt
# TODO: replace with pip install -I -r requirements.txt -r requirements-dev.txt after DOP-11679
pip install -I -r requirements.txt -r requirements-dev.txt
- name: Run flake8
run: python3 -m flake8 --config setup.cfg .
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ python:
install:
- requirements: requirements-docs.txt
- requirements: requirements-dev.txt
# - requirements: requirements.txt add after data-horizon release in pypi
- requirements: requirements.txt

0 comments on commit 0aef311

Please sign in to comment.