fixed python-version in yml

This commit is contained in:
Caleb Herpin 2021-07-27 10:53:14 -05:00
parent a01f6b3d57
commit 692aa3e34c

View File

@ -131,7 +131,7 @@ jobs:
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version ${{ matrix.python-version }}
python-version: ${{ matrix.python-version }}
- name: Install Python packages
run: |
python -m pip install -r share/trick/pymods/trick/requirements.txt