Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 authored Aug 18, 2023
1 parent 3ad8b5a commit efa2300
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ jobs:
sudo apt-get install -y gdal-bin libgdal-dev build-essential
python -m pip install --upgrade pip
pip install https://github.com/rasterio/rasterio/archive/master.zip
pip install .[test]
pip install coveralls
- name: Run tests
run: coverage run -m pytest -v
- name: Submit coveralls
if: github.event_name != 'pull_request'
run: coveralls --service=github
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Run CI tests
run: bash test.sh
shell: bash

0 comments on commit efa2300

Please sign in to comment.