From 42f48321d3332788be15e9212e7db2e3baeffcb7 Mon Sep 17 00:00:00 2001 From: Jacob Lifshay Date: Mon, 4 Apr 2022 00:02:06 -0700 Subject: [PATCH] fix pytest invocation --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0937fc2..5578d80 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -94,4 +94,4 @@ build: - python3 setup.py develop - - pytest -n auto + - pytest -n auto src/nmigen_gf -- 2.30.2