Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
cboettig committed Dec 20, 2023
1 parent 526f98e commit f3b237e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .devcontainer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -146,3 +146,4 @@ xarray==2023.8.0
xesmf==0.8.2
zict==3.0.0
zipp==3.17.0
lxml
3 changes: 3 additions & 0 deletions .github/workflows/quarto.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ jobs:
# - name: Set up Quarto
# uses: quarto-dev/quarto-actions/setup@v2

- name: update dependencies
run: python -m pip install .devcontainer/requirements.txt

- name: Render and Publish
if: github.repository == 'boettiger-lab/nasa-topst-env-justice'
uses: quarto-dev/quarto-actions/publish@v2
Expand Down

0 comments on commit f3b237e

Please sign in to comment.