From 3a2d9eb36401caadb7f6854b2af78a281b81b4c3 Mon Sep 17 00:00:00 2001 From: Eric Larson Date: Fri, 2 Feb 2024 10:50:32 -0500 Subject: [PATCH] FIX: Spelling --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d49bbe854..22e72d9dd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -63,7 +63,7 @@ jobs: create-args: >- python=${{ env.PYTHON_VERSION }} if: matrix.kind == 'conda' - - run: pip intsall -r requirements_testing.txt + - run: pip install -r requirements_testing.txt - run: pip install -ve . - run: mne sys_info - run: ./tools/github_actions_download.sh