From 42709f55b27f52048939907b34f42cfdc3537ec0 Mon Sep 17 00:00:00 2001 From: H Lohaus Date: Sun, 14 Jan 2024 16:37:21 +0100 Subject: Fix unittests (#1472) * Fix unittests * Fix missing distutils, install setuptools * Fix version not found * Remove deprecation in get_event_loop --- .github/workflows/unittest.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml index 68ada22b..20d9e55f 100644 --- a/.github/workflows/unittest.yml +++ b/.github/workflows/unittest.yml @@ -14,6 +14,6 @@ jobs: python-version: "3.x" cache: 'pip' - name: Install requirements - - run: pip install -r requirements.txt + run: pip install -r requirements.txt - name: Run tests - - run: python -m etc.unittest.main \ No newline at end of file + run: python -m etc.unittest.main \ No newline at end of file -- cgit v1.2.3