Skip to content

Commit

Permalink
Fix syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenjaminRodenberg committed Aug 27, 2024
1 parent 3a2daf1 commit 5a0fc10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
build-spack-pyprecice-deps:
name: Builds the baseimage for spack providing dependencies
runs-on: ubuntu-latest
env:
TAG: ${{ inputs.tag }}
steps:
- name: Checkout Repository
uses: actions/checkout@v2
Expand All @@ -33,4 +31,4 @@ jobs:
push: true
context: .
file: spack/ci-spack-pyprecice-deps-2404.dockerfile
tags: "precice/ci-spack-pyprecice-deps-2404:$TAG"
tags: precice/ci-spack-pyprecice-deps-2404:${{ inputs.tag }}
2 changes: 1 addition & 1 deletion .github/workflows/build-spack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
spack add pyprecice.test.py-pyprecice@develop && spack develop pyprecice.test.py-pyprecice@develop
spack install && spack find
spack load py-pyprecice
BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}"
BINDINGS_VERSION=$(python3 -c "import precice; print(precice.__version__)") && echo "Installed version of bindings is ${BINDINGS_VERSION}"

0 comments on commit 5a0fc10

Please sign in to comment.