From dcc0514b25a6fe75f145cd50d9d630b8d062b530 Mon Sep 17 00:00:00 2001 From: Mark Piper Date: Mon, 7 Oct 2024 13:49:49 -0600 Subject: [PATCH] Fix typos --- .github/workflows/test-notebooks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-notebooks.yml b/.github/workflows/test-notebooks.yml index 19c028e..670d7a1 100644 --- a/.github/workflows/test-notebooks.yml +++ b/.github/workflows/test-notebooks.yml @@ -39,8 +39,8 @@ jobs: - name: Install requirements run: | mamba install \ - --file=requirements.txt - --file=requirements-testing.txt + --file=requirements.txt \ + --file=requirements-testing.txt \ --file=requirements-notebooks.txt mamba list