Skip to content

Commit

Permalink
Add basic Parsl verification to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Mar 6, 2024
1 parent 9fa40ef commit efacad0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/parsl+flux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ jobs:
run: |
pip3 install .
- name: Verify Parsl Installation
run: |
pytest parsl/tests/ -k "not cleannet" --config parsl/tests/configs/local_threads.py --random-order --durations 10
- name: Start Flux
run: |
flux start flux version

0 comments on commit efacad0

Please sign in to comment.