Skip to content

Commit

Permalink
setup apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
maxzuo committed Sep 3, 2024
1 parent 2184286 commit 6e9ff64
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ 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 @@ -61,9 +64,6 @@ jobs:
poetry ruff planetarium/.
poetry mypy planetarium/.

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

- name: test
run: |
source .venv/bin/activate
Expand Down

0 comments on commit 6e9ff64

Please sign in to comment.