From 2efb0902fa0d44e06c1181fbe2eaf3efcb77d96c Mon Sep 17 00:00:00 2001 From: Jason Nance Date: Mon, 9 Sep 2024 10:46:42 -0400 Subject: [PATCH] Fix bash syntax --- .github/workflows/old_scipy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/old_scipy.yml b/.github/workflows/old_scipy.yml index 5da0444..39ab62f 100644 --- a/.github/workflows/old_scipy.yml +++ b/.github/workflows/old_scipy.yml @@ -14,5 +14,5 @@ jobs: - name: Build and test with Docker using an older version of scipy run: | docker build --tag scispacy . - docker run --rm scispacy pip install scipy<1.11 \ + docker run --rm scispacy pip install 'scipy<1.11' \ && pytest tests/