mirror of
https://github.com/nasa/trick.git
synced 2025-02-07 11:20:24 +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 }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v2
|
||||||
with:
|
with:
|
||||||
python-version ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install Python packages
|
- name: Install Python packages
|
||||||
run: |
|
run: |
|
||||||
python -m pip install -r share/trick/pymods/trick/requirements.txt
|
python -m pip install -r share/trick/pymods/trick/requirements.txt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user