From: Jacob Lifshay Date: Wed, 11 May 2022 08:26:41 +0000 (-0700) Subject: remove redundant arguments that are now specified in pyproject.toml X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=68e254307e531ea8895c28a6df8613b889a8f056;p=ieee754fpu.git remove redundant arguments that are now specified in pyproject.toml --- 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