Skip to content

Commit

Permalink
try fix build fail runner
Browse files Browse the repository at this point in the history
  • Loading branch information
davebulaval committed May 17, 2023
1 parent b4e3bd9 commit 2cd8f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,10 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
pip install -U pip
pip install -U setuptools
pip install -Ur requirements.txt
pip install -Ur styling_requirements.txt
pip install -Ur tests/requirements.txt
pip install -e .
- name: PyLint
run: |
Expand Down

0 comments on commit 2cd8f78

Please sign in to comment.