Skip to content

Commit

Permalink
Merge pull request hotosm#163 from hotosm/fix/build
Browse files Browse the repository at this point in the history
Fix Backend Build
  • Loading branch information
kshitijrajsharma authored Aug 30, 2023
2 parents 705a5d6 + b9293e6 commit 5553330
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- master
- fix/build
pull_request:
branches:
- master
Expand Down Expand Up @@ -104,11 +105,17 @@ jobs:
pip install numpy
pip install GDAL==$(gdal-config --version) --global-option=build_ext --global-option="-I/usr/include/gdal"
- name : Check Opencv version
run: |
pip freeze | grep opencv
pip install opencv-python-headless==4.7.0.68
- name: Run tests
env:
TESTING_TOKEN: ${{ secrets.TESTING_TOKEN }}
run: |
cd backend/
export TESTING_TOKEN=$TESTING_TOKEN
python manage.py makemigrations
Expand Down

0 comments on commit 5553330

Please sign in to comment.