From 68e254307e531ea8895c28a6df8613b889a8f056 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Wed, 11 May 2022 01:26:41 -0700 Subject: [PATCH] remove redundant arguments that are now specified in pyproject.toml --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bfadbc2a..f53fe8e0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -113,4 +113,4 @@ build: - python3 setup.py develop - - pytest -n auto src/ieee754 + - pytest -- 2.30.2