Skip to content

Commit

Permalink
install the same way
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Oct 15, 2024
1 parent 5d4d96f commit ce7b406
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/post_merge_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:
run: |
poetry run python -m pip install --upgrade pip
poetry install
poetry run python -m pip install gdal==$(gdal-config --version)
poetry run python -m pip install --no-build-isolation --no-cache-dir --force-reinstall gdal==$(gdal-config --version)
- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.R }}
Expand Down

0 comments on commit ce7b406

Please sign in to comment.