Skip to content

Commit

Permalink
Adds dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rgcouto committed Aug 11, 2023
1 parent f114b83 commit 8307d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/utils.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ jobs:
- name: Install dependencies
run: |
cd utils/linter
python3 -m pip install --upgrade pip
pip3 install --upgrade ruff pytest
python3 -m pip install --upgrade pip
pip3 install --upgrade setuptools ruff pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run Python Linter
Expand Down

0 comments on commit 8307d3c

Please sign in to comment.