diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c9d55dc..444c982 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 diff --git a/README.md b/README.md index 541d6fc..762ea7b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index e47e02c..71120ba 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@jupyterlab/maintainer-tools", - "version": "0.15.1", - "private": true -} \ No newline at end of file + "name": "@jupyterlab/maintainer-tools", + "version": "0.15.1", + "private": true +}