Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmursa-dev committed Jan 14, 2025
1 parent 08beacb commit 659d1b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
apt-packages: 'libxml2 libxmlsec1 libxmlsec1-openssl gdal-bin'
python-version: ${{ inputs.python-version }}
cache: 'pip'
cache-dependency-path: 'requirements/*.txt'
run: sudo apt-get update && sudo apt-get install -y --no-install-recommends libgdal-dev gdal-bin
- name: Install dependencies
run: pip install --requirement requirements/ci.txt
- name: Build and test docs
Expand Down

0 comments on commit 659d1b6

Please sign in to comment.