diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c6cc0ed3..41e241c6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: steps: - uses: actions/checkout@v1 - name: Set up Python - uses: action/setup-python@1 + uses: actions/setup-python@1 with: python-version: 3.7 - name: Display Python version