Skip to content

Commit

Permalink
check opencv version
Browse files Browse the repository at this point in the history
  • Loading branch information
kshitijrajsharma authored Aug 30, 2023
1 parent ee0c639 commit c6b4a4b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/backend_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,11 +105,16 @@ 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
- 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 c6b4a4b

Please sign in to comment.