Skip to content

Commit

Permalink
CI(OSGeo4W): Do not delete grass python folder before copying it
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Sep 22, 2024
1 parent 6e202d3 commit ca2e5ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/osgeo4w.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ jobs:
OSGEO4W_ROOT_MSYS: "/d/OSGeo4W"
- name: Replace grass python files
run: |
rm -r "${OSGEO4W_ROOT_MSYS}/apps/grass/grass85/etc/python/grass/"
# rm -r "${OSGEO4W_ROOT_MSYS}/apps/grass/grass85/etc/python/grass/"
cp -r python/grass/ "${OSGEO4W_ROOT_MSYS}/apps/grass/grass85/etc/python/grass/"
shell: msys2 {0}
env:
Expand Down

0 comments on commit ca2e5ab

Please sign in to comment.