From e4fe15ab38bca83929630ed3fa09f36d1ce539a2 Mon Sep 17 00:00:00 2001 From: Max Zuo Date: Mon, 2 Sep 2024 23:21:04 -0400 Subject: [PATCH] github workflow --- .github/workflows/python-package.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 7a645a7..29dc44b 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -15,6 +15,9 @@ jobs: with: python-version: "3.10" + - name: Setup apptainer + uses: eWaterCycle/setup-apptainer@v2.0.0 + - name: install poetry uses: snok/install-poetry@v1 with: @@ -36,9 +39,6 @@ jobs: path: tmp/ key: downward-${{ runner.os }}-${{ hashFiles('**/VAL.zip') }}-${{ hashFiles('fast-downward.sif') }} - - name: Setup apptainer - uses: eWaterCycle/setup-apptainer@v2.0.0 - - name: install dependencies if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true' run: poetry install --no-interaction --no-root @@ -53,7 +53,6 @@ jobs: unzip tmp/VAL.zip -d tmp/ tar -xzvf tmp/linux64/*.tar.gz -C tmp/ --strip-components=1 - - name: install project run: poetry install --no-interaction