From f3f6785bd1da45c10ecf6e24dcb5e150a62499b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@ericsson.com> Date: Tue, 9 Apr 2024 08:56:16 +0200 Subject: [PATCH] fix ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b768e3d..fb0e72f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,10 @@ jobs: - name: Install everything run: | pip install -U pip setuptools wheel disttools packaging pyproject.toml + python setup.py install - name: Test - run: python setup.py test + run: | + cd example + python setup.py test env: DEBUG: "1" -- GitLab