diff --git a/.github/workflows/scoring.yaml b/.github/workflows/scoring.yaml index 5ee98c5cf9..e3e421f26e 100644 --- a/.github/workflows/scoring.yaml +++ b/.github/workflows/scoring.yaml @@ -33,26 +33,3 @@ jobs: shell: Rscript {0} run: | source("scoring/new-scoring.R") - - inventory: - needs: scores - runs-on: arc-runner-set - timeout-minutes: 1440 - env: - GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }} - OSN_KEY: ${{ secrets.OSN_KEY }} - OSN_SECRET: ${{ secrets.OSN_SECRET }} - container: eco4cast/rocker-neon4cast:latest - steps: - - uses: actions/checkout@v4 - - - name: Install - shell: Rscript {0} - run: | - print(options("repos")) - remotes::install_deps(".", dep=TRUE, upgrade=FALSE) - - - name: Update inventory - shell: Rscript {0} - run: | -# source("scoring/build_score_inventory.R")