From 15fdf233f3945fc5360ebf0423255b1c41b35792 Mon Sep 17 00:00:00 2001 From: mjwen Date: Tue, 27 Feb 2024 10:14:06 -0600 Subject: [PATCH] Remove installing kimpy from conda in CI, it causes problem on macOS, need to investigate this --- .github/workflows/testing.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c030851..87fef1c 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -42,7 +42,6 @@ jobs: create-args: >- python=${{ matrix.python-version }} kim-api=2.3.0 - kimpy=2.1.1 - name: Install KIM model shell: bash -el {0}