mirror of
https://github.com/nasa/trick.git
synced 2025-01-18 10:46:26 +00:00
fixed python-version in yml
This commit is contained in:
parent
a01f6b3d57
commit
692aa3e34c
2
.github/workflows/test_linux.yml
vendored
2
.github/workflows/test_linux.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user