From 563c46f1ac67d124968d091e2f25aee0fe6fb678 Mon Sep 17 00:00:00 2001
From: Thomas Kluyver <thomas@kluyver.me.uk>
Date: Wed, 24 Feb 2021 12:32:32 +0000
Subject: [PATCH] Quote argument with > in

---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8d54b948e..e463f0b82 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -8,5 +8,5 @@ pytest:
   stage: test
   script:
     - python3 -m pip install --user -r requirements.txt
-    - python3 -m pip install --user pytest>=5.4.0 pytest-asyncio testpath
+    - python3 -m pip install --user 'pytest>=5.4.0' pytest-asyncio testpath
     - pytest -vv tests/test_*
-- 
GitLab