Remove comment from yaml

This commit is contained in:
Mark Schmitt 2021-01-06 10:20:31 +01:00
parent a6c6f64453
commit 2587d7fec8

View File

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