We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af39a3 commit ca9b3a0Copy full SHA for ca9b3a0
.github/workflows/lint_and_test.yml
@@ -50,7 +50,7 @@ jobs:
50
path: .
51
- name: Install dependencies
52
run: |
53
- sudo apt-get install -y gdal-bin python3-pip
+ sudo apt-get install -y gdal-bin python3-pip python3-setuptools
54
pip3 install --upgrade importlib-metadata
55
pip3 install celery==4.3.1 django numpy Pillow django-colorful pyparsing boto3 psycopg2-binary mock
56
- name: Run tests
0 commit comments