Skip to content

Commit

Permalink
corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
crimson206 committed Jun 27, 2024
1 parent 671b3ac commit 0c1de24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
python -m pip install --upgrade pip
python -m pip install flake8
pip install setuptools wheel
pip install -r requirements_text.txt
pip install -r requirements_test.txt
pip install .
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 0c1de24

Please sign in to comment.