Skip to content

Commit

Permalink
CI(OSGeo4W): Use double quote for marker filter
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 5, 2024
1 parent ded3bd4 commit 700a3a5
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 @@ -118,7 +118,7 @@ jobs:
--cov-context=test ^
--cov-append ^
-ra . ^
-m 'needs_solo_run'
-m "needs_solo_run"
shell: cmd /D /E:ON /V:OFF /S /C "CALL C:/OSGeo4W/OSGeo4W.bat "{0}""
- name: Run pytest with multiple workers in parallel
run: |
Expand Down

0 comments on commit 700a3a5

Please sign in to comment.