Skip to content

Commit

Permalink
Test github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
arshdoda committed Jun 26, 2024
1 parent 4235617 commit fb57659
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/dev_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,14 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install Linux dependencies
run: |
sudo apt update
sudo apt install binutils libproj-dev gdal-bin libgdal-dev
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
# - name: Install Linux dependencies
# run: |
# sudo apt update
# sudo apt install libcurl4 libcurl4-openssl-dev
# sudo apt install binutils libproj-dev gdal-bin libgdal-dev
- name: Run Tests
run: |
pytest tests

0 comments on commit fb57659

Please sign in to comment.