From b1349a89aa7003c009c36e169819f3a273b90861 Mon Sep 17 00:00:00 2001 From: Justin Israel Date: Sat, 20 Apr 2024 12:40:37 +1200 Subject: [PATCH] ci: remove typo --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1cac846..b09022a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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