Skip to content

Commit

Permalink
configured the CI to install Parsl
Browse files Browse the repository at this point in the history
  • Loading branch information
mercybassey committed Mar 6, 2024
1 parent 1b6e399 commit 5c7a6c0
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 @@ -31,6 +31,10 @@ jobs:
run: |
apt-get update && apt-get install -y python3-pip curl
- name: Install Parsl
run: |
pip3 install parsl
- name: Start Flux
run: |
flux start flux version

0 comments on commit 5c7a6c0

Please sign in to comment.