summaryrefslogtreecommitdiff
path: root/.github/workflows/pytest-randomly.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/pytest-randomly.yml')
-rw-r--r--.github/workflows/pytest-randomly.yml29
1 files changed, 14 insertions, 15 deletions
diff --git a/.github/workflows/pytest-randomly.yml b/.github/workflows/pytest-randomly.yml
index 2b8b1754..84168d20 100644
--- a/.github/workflows/pytest-randomly.yml
+++ b/.github/workflows/pytest-randomly.yml
@@ -5,23 +5,22 @@ on:
- cron: "0 0 * * *"
jobs:
-
randomize-test-order:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
- - name: Set up Python
- uses: actions/setup-python@v2
- with:
- python-version: "3.9"
+ - uses: actions/checkout@v2
+ - name: Set up Python
+ uses: actions/setup-python@v2
+ with:
+ python-version: "3.9"
- - name: Install packages
- run: |
- pip install --upgrade pip wheel setuptools
- pip install -r requirements/default.txt -r requirements/test.txt
- pip install pytest-randomly
- pip install .
- pip list
+ - name: Install packages
+ run: |
+ pip install --upgrade pip wheel setuptools
+ pip install -r requirements/default.txt -r requirements/test.txt
+ pip install pytest-randomly
+ pip install .
+ pip list
- - name: Run tests
- run: pytest --doctest-modules --durations=10 --pyargs networkx
+ - name: Run tests
+ run: pytest --doctest-modules --durations=10 --pyargs networkx