Skip to content

Commit

Permalink
Installed pytest and pytest-random-order for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Mar 6, 2024
1 parent f714af6 commit a71e86c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/parsl+flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
run: |
pip3 install .
- name: Install pytest
- name: Install pytest and pytest-random-order
run: |
pip3 install pytest
pip3 install pytest pytest-random-order
- name: Verify Parsl Installation
run: |
Expand Down

0 comments on commit a71e86c

Please sign in to comment.