Skip to content

Commit

Permalink
adding parameterized to ci install dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Deathn0t committed Oct 7, 2024
1 parent 77d02e5 commit 5190f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pip install --upgrade pip
pip install tox pylint black
pip install tox pylint black parameterized
# - name: Run Formatter
# run: black --diff --check $(git ls-files '*.py')
- name: Run Linter
Expand Down

0 comments on commit 5190f82

Please sign in to comment.