Remove command - should be unnecessary

This commit is contained in:
Mark Schmitt 2021-01-06 10:22:24 +01:00
parent 2587d7fec8
commit 729d2da764

View File

@ -17,7 +17,6 @@ jobs:
uses: gabrielfalcao/pyenv-action@v5
with:
default: "${{ matrix.python-version }}"
command: pip install -U pip
- name: Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}