Manually installing pip packages

This commit is contained in:
Caleb Herpin 2021-07-27 10:56:52 -05:00
parent 692aa3e34c
commit 0ce2fff974

View File

@ -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