Skip to content

Commit

Permalink
CI(OSGeo4W): Randomize pytest tests
Browse files Browse the repository at this point in the history
  • Loading branch information
echoix committed Oct 6, 2024
1 parent ab87999 commit f689823
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 @@ -103,7 +103,7 @@ jobs:
run: .github/workflows/test_simple.sh

- name: Install pytest plugins
run: python -m pip install --upgrade pytest pytest-timeout pytest-cov pytest-xdist
run: python -m pip install --upgrade pytest pytest-timeout pytest-cov pytest-xdist pytest-randomly
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 f689823

Please sign in to comment.