mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 05:07:54 +00:00
Manually installing pip packages
This commit is contained in:
parent
692aa3e34c
commit
0ce2fff974
5
.github/workflows/test_linux.yml
vendored
5
.github/workflows/test_linux.yml
vendored
@ -134,7 +134,10 @@ jobs:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install Python packages
|
||||
run: |
|
||||
python -m pip install -r share/trick/pymods/trick/requirements.txt
|
||||
python -m pip install websockets
|
||||
python -m pip install requests
|
||||
python -m pip install pytest
|
||||
python -m pip install pytest-asyncio
|
||||
- name: Update Package Manager
|
||||
run: ${{matrix.conf_pkg}}
|
||||
- name: Install Dependencies
|
||||
|
Loading…
Reference in New Issue
Block a user