From d6f742127985120cd45d789069b969136b4cac4c Mon Sep 17 00:00:00 2001 From: Daniel Shapero Date: Sun, 7 Jan 2024 16:03:13 -0800 Subject: [PATCH] Add icepack2 to test env --- .github/workflows/compile.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/compile.yml b/.github/workflows/compile.yml index 99c53d9..6394819 100644 --- a/.github/workflows/compile.yml +++ b/.github/workflows/compile.yml @@ -20,6 +20,7 @@ jobs: pip install git+https://github.com/icepack/Trilinos.git pip install git+https://github.com/icepack/pyrol.git pip install git+https://github.com/icepack/icepack.git + pip install git+https://github.com/icepack/icepack2.git - name: Check out git repository uses: actions/checkout@v3 - name: Install Python package