Fix pytest error

This commit is contained in:
Zevaryx 2021-05-05 18:19:09 -06:00
parent 0db705e68a
commit 69764bf96f

View file

@ -25,7 +25,7 @@ jobs:
- name: Install dependencies - name: Install dependencies
run: | run: |
python3.10 -m pip install --upgrade pip python3.10 -m pip install --upgrade pip
python3.10 -m pip install flake8 python3.10 -m pip install --upgrade pytest pytest-cov
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
# - name: Lint with flake8 # - name: Lint with flake8
# run: | # run: |