From 49f753a35c5a8b2c02dc77005cd872d9edb50b63 Mon Sep 17 00:00:00 2001 From: Latif Date: Tue, 26 Mar 2024 10:20:20 -0600 Subject: [PATCH] asdf --- .github/workflows/pull_request_tests.yml | 5 ++--- src/pydss/reports/__init__.py | 9 ++++----- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/workflows/pull_request_tests.yml b/.github/workflows/pull_request_tests.yml index daa52618..7a02b206 100644 --- a/.github/workflows/pull_request_tests.yml +++ b/.github/workflows/pull_request_tests.yml @@ -7,10 +7,9 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - os: [ubuntu-latest] - #os: [ubuntu-latest, macos-latest] + os: [ubuntu-latest, macos-latest] #os: [ubuntu-latest, macos-latest, windows-latest] - python-version: ["3.9"] #["3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] steps: - uses: actions/checkout@v2 diff --git a/src/pydss/reports/__init__.py b/src/pydss/reports/__init__.py index 6371ce74..76deebf0 100644 --- a/src/pydss/reports/__init__.py +++ b/src/pydss/reports/__init__.py @@ -1,8 +1,7 @@ -from . import * -# import pkgutil +import pkgutil -# __path__ = pkgutil.extend_path(__path__, __name__) +__path__ = pkgutil.extend_path(__path__, __name__) -# for _, modname, _ in pkgutil.walk_packages(path=__path__, prefix=__name__ + '.'): -# __import__(modname) +for _, modname, _ in pkgutil.walk_packages(path=__path__, prefix=__name__ + '.'): + __import__(modname)