Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update workflow
Browse files Browse the repository at this point in the history
nmstreethran committed Aug 18, 2024
1 parent 230fc33 commit 571d901
Showing 2 changed files with 6 additions and 7 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
@@ -16,12 +16,14 @@ jobs:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.11'
cache: 'pip'
# - uses: actions/setup-python@v5
# with:
# python-version: '3.11'
# cache: 'pip'
- name: Build HTML
uses: ammaraskar/sphinx-action@master
with:
pre-build-command: 'python -m pip install --upgrade pip setuptools wheel'
- name: Upload artifacts
uses: actions/upload-artifact@v4
with:
3 changes: 0 additions & 3 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
folium
geocube
myst-nb
pip
pooch
pydata-sphinx-theme
pyfluids
seaborn
setuptools
wheel

0 comments on commit 571d901

Please sign in to comment.