Skip to content

Commit

Permalink
Add no no-deps flags
Browse files Browse the repository at this point in the history
  • Loading branch information
mrswats committed Apr 15, 2023
1 parent 22889c0 commit daf6d08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
run: python -m pip install --upgrade pip

- name: Install dependencies
run: pip install -r test-requirements.txt
run: pip install --no-deps -r test-requirements.txt

- name: Lint with flake8
run: pre-commit run --all-files flake8
Expand Down

0 comments on commit daf6d08

Please sign in to comment.