Skip to content

Commit

Permalink
Rename some of the github actions (#152)
Browse files Browse the repository at this point in the history
* Rename some of the github action

* Reintroduce the changes
  • Loading branch information
pnkraemer authored Apr 23, 2024
1 parent b09cc13 commit b9df9e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
pip install tox
tox -e format-and-lint
tests:
test:

runs-on: ${{ matrix.os }}
strategy:
Expand All @@ -40,7 +40,7 @@ jobs:
pip install tox
tox -e test
docs:
build-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
workflow_dispatch:

jobs:
run_notebooks:
run-notebooks:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
Expand Down

0 comments on commit b9df9e0

Please sign in to comment.