Skip to content

Commit

Permalink
Remove unused wrokflow, update quarto versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Robinlovelace committed Oct 14, 2024
1 parent b2b7b85 commit 191f92d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 68 deletions.
60 changes: 0 additions & 60 deletions .github/workflows/quarto.yml

This file was deleted.

2 changes: 1 addition & 1 deletion dockerfiles/conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN . /root/.bashrc && \
RUN echo "conda activate geocompy" >> ~/.bashrc
SHELL ["/bin/bash", "--login", "-c"]

RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb
RUN dpkg -i quarto*

# RUN wget https://github.com/geocompr/py/archive/refs/heads/main.zip
Expand Down
2 changes: 1 addition & 1 deletion python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt update && apt install -y \
git \
&& rm -rf /var/lib/apt/lists/*
# Install quarto
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.54/quarto-1.5.54-linux-amd64.deb
RUN wget https://github.com/quarto-dev/quarto-cli/releases/download/v1.5.57/quarto-1.5.57-linux-amd64.deb
RUN dpkg -i quarto*
RUN rm quarto*
# Install requirements
Expand Down
6 changes: 0 additions & 6 deletions quarto/Dockerfile

This file was deleted.

0 comments on commit 191f92d

Please sign in to comment.