Skip to content

Commit

Permalink
Adding pyrenew back and setting runners to be cfa-cdcgov
Browse files Browse the repository at this point in the history
  • Loading branch information
gvegayon committed Nov 5, 2024
1 parent 4fff2cf commit ddcb15b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/containers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
jobs:

build-dependencies-image:
runs-on: ubuntu-latest
runs-on: cfa-cdcgov
name: Build dependencies image

outputs:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
name: Build pipeline image

needs: build-dependencies-image
runs-on: ubuntu-latest
runs-on: cfa-cdcgov

outputs:
tag: ${{ needs.build-dependencies-image.outputs.tag }}
Expand Down
1 change: 1 addition & 0 deletions Containerfile.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ RUN apt-get update
RUN apt-get install -y r-base
RUN apt-get install -y cmake
RUN pip install --root-user-action=ignore -U pip
RUN pip install --root-user-action=ignore git+https://github.com/cdcgov/pyrenew

CMD ["bash"]

0 comments on commit ddcb15b

Please sign in to comment.