Fix syntax error in testing.yml

gh-pages
grossmj 4 years ago
parent 554404e6e7
commit a9a5d4e665

@ -27,7 +27,7 @@ jobs:
with:
python-version: ${{ matrix.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
run: |
python -m pip install --upgrade pip

Loading…
Cancel
Save