Skip to content

Commit

Permalink
ci: remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfx committed Apr 20, 2024
1 parent a3d9f4e commit b1349a8
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 @@ -48,7 +48,7 @@ jobs:
python -m pip install flake8 pytest pylint
- name: Install
run: |
python setup.py installdunnoi
python setup.py install
- name: Lint
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down

0 comments on commit b1349a8

Please sign in to comment.