Skip to content

Commit

Permalink
Merge pull request #554 from mamba-org/dependabot/github_actions/wntr…
Browse files Browse the repository at this point in the history
…blm/nox-2024.10.09

build(deps): bump wntrblm/nox from 2024.04.15 to 2024.10.09
  • Loading branch information
wholtz authored Oct 14, 2024
2 parents 964c308 + 524368f commit 07d13dd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/push_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
sudo apt update
sudo apt-get install --no-install-recommends -y parallel shellcheck software-properties-common apptainer
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
with:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt update
sudo apt install -y apptainer
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "default_base_image_tests"
shellcheck:
Expand All @@ -45,7 +45,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "pylint"
flake8:
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "flake8"
mypy:
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "mypy"
black:
Expand All @@ -75,7 +75,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "black"
pytest:
Expand All @@ -85,7 +85,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "pytest"
build_docs:
Expand All @@ -95,6 +95,6 @@ jobs:
- name: Checkout source
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871
- name: Setup nox
uses: wntrblm/nox@5656fcedc31a1ea37d016e4d94d00185330cc528
uses: wntrblm/nox@1199ab3892b1a941f80ff052083d0a571abed79d
- name: Run tests
run: nox -s "build_docs"

0 comments on commit 07d13dd

Please sign in to comment.