Skip to content

Commit

Permalink
github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Sep 3, 2024
1 parent 6e9ff64 commit e4fe15a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
with:
python-version: "3.10"

- name: Setup apptainer
uses: eWaterCycle/[email protected]

- name: install poetry
uses: snok/install-poetry@v1
with:
Expand All @@ -36,9 +39,6 @@ jobs:
path: tmp/
key: downward-${{ runner.os }}-${{ hashFiles('**/VAL.zip') }}-${{ hashFiles('fast-downward.sif') }}

- name: Setup apptainer
uses: eWaterCycle/[email protected]

- name: install dependencies
if: steps.cached-poetry-dependencies.outputs.cache-hit != 'true'
run: poetry install --no-interaction --no-root
Expand All @@ -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

Expand Down

0 comments on commit e4fe15a

Please sign in to comment.