Fix syntax error in testing.yml

This commit is contained in:
grossmj 2020-10-20 10:52:26 +10:30
parent 554404e6e7
commit a9a5d4e665

View File

@ -27,7 +27,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Display Python version - name: Display Python version
run: python -c "import sys; print(sys.version)" run: python -c "import sys; print(sys.version)"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip