Skip to content

Commit

Permalink
newer python
Browse files Browse the repository at this point in the history
  • Loading branch information
arahlin committed Apr 24, 2024
1 parent e7cb980 commit 45564fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ jobs:

steps:
- name: Checkout github repo
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Lint
uses: psf/black@stable
with:
Expand All @@ -24,7 +28,7 @@ jobs:
pre-build-command: "apt-get --allow-releaseinfo-change update -y && apt-get install -y g++ && apt-get install -y gfortran && apt-get install -y git"
docs-folder: "docs/"
- name: Checkout pages branch
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: gh-pages
path: gh-pages
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
sphinx>7.3.0
sphinx_rtd_theme
numpy
nbsphinx
Expand Down

0 comments on commit 45564fb

Please sign in to comment.