Use fixed dependencies.

This commit is contained in:
Santiago L 2021-01-05 14:11:03 +01:00
parent 795a6a63d3
commit 941b538698
1 changed files with 2 additions and 1 deletions

View File

@ -44,7 +44,8 @@ jobs:
sudo apt-get update -qy sudo apt-get update -qy
sudo apt-get -y install python3-dev sudo apt-get -y install python3-dev
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install http://git.io/django-orchestra-dev pip install wheel
pip install -e .
pip install -r requirements.txt pip install -r requirements.txt
pip install -r requirements-testing.txt pip install -r requirements-testing.txt
- name: Lint with flake8 - name: Lint with flake8