Remove comment

This commit is contained in:
Mark Schmitt 2021-01-06 22:53:32 +01:00
parent 8a51f6e236
commit 7e5fc1c2d3

View File

@ -20,7 +20,7 @@ jobs:
uses: gabrielfalcao/pyenv-action@v5
with:
default: "${{ matrix.python }}"
command: pip install -U pip # upgrade pip after installing python
command: pip install -U pip
- name: Tests
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}