Quote command

This commit is contained in:
Mark Schmitt 2021-01-06 22:54:11 +01:00
parent 5b4a3e4288
commit 6f3cdbc165

View File

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