Skip to content

Commit ca9b3a0

Browse files
committed
Added setuptools to test build.
1 parent 1af39a3 commit ca9b3a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: .
5151
- name: Install dependencies
5252
run: |
53-
sudo apt-get install -y gdal-bin python3-pip
53+
sudo apt-get install -y gdal-bin python3-pip python3-setuptools
5454
pip3 install --upgrade importlib-metadata
5555
pip3 install celery==4.3.1 django numpy Pillow django-colorful pyparsing boto3 psycopg2-binary mock
5656
- name: Run tests

0 commit comments

Comments
 (0)