Skip to content

Commit

Permalink
Update python-crop-image.yml
Browse files Browse the repository at this point in the history
Explicitly activate conda env
  • Loading branch information
karen-an authored Jan 15, 2025
1 parent fe21027 commit c63b181
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-crop-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
# pip install pygdal==$(gdal-config --version).* --global-option=build_ext --global-option="-I$(gdal-config --cflags | sed -e 's/-I//g')" --global-option="-L$(gdal-config --libs | sed -e 's/-L//g')"
# pip install -r requirements.txt
- name: Run Jupyter notebook
run: jupyter execute crop_image.pynb
run:
source activate classification
jupyter execute crop_image.pynb
shell: bash
# - name: Lint with flake8
# run: |
Expand Down

0 comments on commit c63b181

Please sign in to comment.