Skip to content

Commit

Permalink
Merge pull request #249 from pyiron/flux_update
Browse files Browse the repository at this point in the history
Update Flux to 0.58.0
  • Loading branch information
jan-janssen authored Jan 18, 2024
2 parents e22241c + 2ad8c71 commit b6550a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/unittest-flux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
shell: bash -l {0}
timeout-minutes: 5
run: |
mamba install -y flux-core coverage
mamba install -y flux-core=0.58.0 coverage
pip install versioneer[toml]==0.29
pip install . --no-deps --no-build-isolation
cd tests
Expand Down

0 comments on commit b6550a3

Please sign in to comment.