From 443e2db9549fb50e3d414a7122aeb80a4ab6e3a1 Mon Sep 17 00:00:00 2001 From: IAlibay Date: Sat, 21 Sep 2024 01:25:56 +0100 Subject: [PATCH] import test fix --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index cb5e3b4..d491105 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -56,7 +56,7 @@ jobs: - name: "Test imports" run: | # if we add more to this, consider changing to for + env vars - python -Ic "import openfe; print(pontibus.__version__)" + python -Ic "import pontibus; print(pontibus.__version__)" - name: "Environment Information" run: |