Skip to content

Commit

Permalink
restore using main branch
Browse files Browse the repository at this point in the history
the main branch now uses an action that just runs vanilla
spack with pakages, since the spack python import strategy
is not reliable

Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Jan 7, 2023
1 parent d82664e commit 3f5ca55
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Update Version
uses: sciworks/spack-updater/release-check@test/vanilla-spack-build
uses: sciworks/spack-updater/release-check@main
id: check
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spack-updater.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Spack Update
uses: sciworks/spack-updater@test/vanilla-spack-build
uses: sciworks/spack-updater@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
user: ${{ github.actor }}
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Spack Update
uses: sciworks/spack-updater@test/vanilla-spack-build
uses: sciworks/spack-updater@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
upstream: https://github.com/spack/spack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v3
- name: Test Build
uses: sciworks/spack-updater/build@test/vanilla-spack-build
uses: sciworks/spack-updater/build@main
with:
user: ${{ github.actor }}
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/upstream-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Update with Upstream
uses: sciworks/spack-updater/upstream@test/vanilla-spack-build
uses: sciworks/spack-updater/upstream@main
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3f5ca55

Please sign in to comment.