Skip to content

Commit

Permalink
disable updates to flux-core, not sure how to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoch authored Oct 31, 2024
1 parent 8ad748a commit c14bde0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:
fail-fast: false
matrix:
# package and requiring fortran to be installed
package: [[flux-core, false], [flux-sched, false], [flux-pmix, true], ['flux-security', false]]
# package: [[flux-core, false], [flux-sched, false], [flux-pmix, true], ['flux-security', false]]
package: [[flux-sched, false], [flux-pmix, true], ['flux-security', false]]
steps:
- uses: actions/checkout@v4
- name: Update Version
Expand Down

0 comments on commit c14bde0

Please sign in to comment.