Nick Sweeting 5 years ago
parent
commit
d89a50e2fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -67,7 +67,7 @@ jobs:
           restore-keys: |
             ${{ runner.os }}-${{ matrix.python }}-venv-
 
-       - name: Install pip dependencies
+      - name: Install pip dependencies
         run: |
           python -m pip install .
           python -m pip install pytest bottle