Skip to content

Commit

Permalink
Merge pull request #304 from SCM-NV/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
BvB93 authored Oct 3, 2023
2 parents a2ccef3 + 23dcd43 commit 4954ab8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
special: ['CP2K', '2023.1', 'psmp']
version: '3.11'
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
Linting:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
8 changes: 8 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ formats:
- htmlzip
- epub

# Configuration for the documentation build process.
# This allows you to specify the base Read the Docs image used to build the documentation,
# and control the versions of several tools: Python, Node.js, Rust, and Go.
build:
os: ubuntu-22.04
tools:
python: "miniconda3-4.7"

# Optionally set the version of Python and requirements required to build your docs
conda:
environment: doc_environment.yml
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,9 @@ source = ["src"]

[tool.flake8]
max-line-length = 100
exclude = [
"src/qmflows/_version.py ALL",
]

[tool.pytest.ini_options]
testpaths = "src test"
Expand Down

0 comments on commit 4954ab8

Please sign in to comment.