Skip to content

Commit

Permalink
quarto already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 20, 2023
1 parent b33eb3d commit 55b731c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/c1a472465532c
RUN bash install_python.sh && rm install_python.sh


RUN apt-get update && apt-get -y install libxt6 libzmq3-dev
RUN apt-get update && apt-get -y install libxt6 libzmq3-dev gh
ADD https://raw.githubusercontent.com/rocker-org/rocker-versioned2/master/scripts/experimental/install_dev_osgeo.sh install_dev_osgeo.sh
RUN bash install_dev_osgeo.sh && rm install_dev_osgeo.sh

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
- name: Check out repository
uses: actions/checkout@v3

- name: Set up Quarto
uses: quarto-dev/quarto-actions/setup@v2
# - name: Set up Quarto
# uses: quarto-dev/quarto-actions/setup@v2

- name: Render and Publish
if: github.repository == 'boettiger-lab/nasa-topst-env-justice'
Expand Down

0 comments on commit 55b731c

Please sign in to comment.