Skip to content

Commit

Permalink
Update pip install command to use requirements_dev.txt from the requi…
Browse files Browse the repository at this point in the history
…rements folder #57
  • Loading branch information
Emerson Delatorre committed Mar 13, 2024
1 parent a86d8dd commit f30be4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Instala dependências
run: python -m pip install -r requirements_dev.txt
run: python -m pip install -r ./requirements/requirements_dev.txt

- name: Executa Ruff
run: python -m ruff check

0 comments on commit f30be4a

Please sign in to comment.