Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rozsatib committed Jan 10, 2025
1 parent f1c6256 commit db3b885
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/fast-model-stepcurrentmodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ name: Fast model stepcurrentmodule tests
on: [push, pull_request]
jobs:
fast-tests:
uses: ./.github/workflows/shared-setup.yml
uses: ./.github/workflows/mozaik-setup.yml
with:
pytest-args: '-m "stepcurrentmodule"'
2 changes: 1 addition & 1 deletion .github/workflows/mozaik-setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
python -c 'import nest'
- name: Install mozaik
run: python install .
run: pip install .

- name: Run pytests
run: pytest ${{ inputs.pytest-args }} --cov=mozaik

0 comments on commit db3b885

Please sign in to comment.