Skip to content

Commit

Permalink
Fix typo (#131)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
jtpio and pre-commit-ci[bot] authored Oct 10, 2022
1 parent c3a739b commit aabbd21
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
uses: ./.github/actions/base-setup
- name: Clone a repo
run: git clone --depth=1 https://github.com/jupyter/jupyter-packaging.git
- name: Install miniumum versions
- name: Install minimum versions
uses: ./.github/actions/install-minimums
with:
working-directory: jupyter-packaging
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
with:
python_version: "3.7" # Test against minimum Python version as well
- name: Install miniumum versions
- name: Install minimum versions
uses: jupyterlab/maintainer-tools/.github/actions/install-minimums@v1
- name: Run the unit tests
run: pytest -vv -W default
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@jupyterlab/maintainer-tools",
"version": "0.15.1",
"private": true
}
"name": "@jupyterlab/maintainer-tools",
"version": "0.15.1",
"private": true
}

0 comments on commit aabbd21

Please sign in to comment.