Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

actions cleanup. #82

Merged
merged 34 commits into from
Feb 20, 2025
Merged
Changes from 1 commit
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
b8c82f5
action-dash
Christian-B Feb 19, 2025
af0db62
pip-installs
Christian-B Feb 19, 2025
f357688
ubuntu-packages
Christian-B Feb 19, 2025
1a49776
test-directories
Christian-B Feb 19, 2025
99dec01
check-prereleases
Christian-B Feb 19, 2025
35e09c7
cfg-file
Christian-B Feb 19, 2025
89019fa
pylint-exitcheck
Christian-B Feb 19, 2025
4026d41
mypy-full-packages
Christian-B Feb 19, 2025
e5d1f6f
rat-config-file
Christian-B Feb 19, 2025
0e87f9b
run_sphinx
Christian-B Feb 19, 2025
fc45380
sphinx-directory
Christian-B Feb 19, 2025
a5e5063
run-cff-validator
Christian-B Feb 19, 2025
6241af7
config-file
Christian-B Feb 19, 2025
971915e
uses: SpiNNakerManchester/SupportScripts/actions/apt-get-install@acti…
Christian-B Feb 19, 2025
18f1d02
remove indirect cff-validator action
Christian-B Feb 19, 2025
b66fe22
uses: SpiNNakerManchester/SupportScripts/actions/check-copyrights@act…
Christian-B Feb 19, 2025
2aa2203
remove unused action
Christian-B Feb 19, 2025
2dd798b
remove unused action
Christian-B Feb 19, 2025
5e26f2d
uses: SpiNNakerManchester/SupportScripts/actions/apt-get-install@main
Christian-B Feb 19, 2025
34d006d
dash in input names
Christian-B Feb 19, 2025
7a5245c
checkout-dependencies
Christian-B Feb 19, 2025
1e88b56
install-dependencies
Christian-B Feb 19, 2025
0387c26
install-check-tools
Christian-B Feb 19, 2025
7d9fd94
uses: SpiNNakerManchester/SupportScripts/actions/pylint@main
Christian-B Feb 19, 2025
1ef6720
uses: SpiNNakerManchester/SupportScripts/actions/pytest@action-dash
Christian-B Feb 19, 2025
05438c4
type-overrides
Christian-B Feb 19, 2025
bef243a
uses: SpiNNakerManchester/SupportScripts/actions/python-tools@main
Christian-B Feb 19, 2025
b9dbcb1
uses: SpiNNakerManchester/SupportScripts/actions/run-install@action-dash
Christian-B Feb 19, 2025
4e6820a
extras-require
Christian-B Feb 19, 2025
5aecc86
removed unused validate
Christian-B Feb 19, 2025
ad4ca29
removed unused test-and-check
Christian-B Feb 19, 2025
1155bd9
removed unused validate-xml
Christian-B Feb 19, 2025
02fec7a
merged in main
Christian-B Feb 20, 2025
117d2ff
use main branch for actions
Christian-B Feb 20, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
checkout-dependencies
  • Loading branch information
Christian-B committed Feb 19, 2025
commit 7a5245c2b8271d1075106e91eb783fffd11ae1b3
4 changes: 2 additions & 2 deletions actions/prepare/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ inputs:
description: "Version range or exact version of Python or PyPy to use, using SemVer's version range syntax. Reads from .python-version if unset."
required: false
default: "3.12"
checkout_dependencies:
checkout-dependencies:
description: >
The list of SpiNNaker dependencies to check out abut not install.
Space-separated
Expand Down Expand Up @@ -77,7 +77,7 @@ runs:
- name: Checkout Spinnaker Dependencies
uses: SpiNNakerManchester/SupportScripts/actions/install-spinn-deps@main
with:
repositories: ${{ inputs.checkout_dependencies }}
repositories: ${{ inputs.checkout-dependencies }}
install: false

- name: Install Spinnaker Dependencies
Expand Down