-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove @3.1.0, because build time is too large.
- Loading branch information
1 parent
24a21f1
commit 3c299ae
Showing
1 changed file
with
0 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,13 +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}" | ||
- name: Try to build [email protected] with spack and test it | ||
run: | | ||
. /opt/spack/share/spack/setup-env.sh | ||
spack env activate ci && spack arch | ||
spack remove py-pyprecice | ||
spack add [email protected] && spack develop [email protected] | ||
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}" |