-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
- Loading branch information
Showing
2 changed files
with
4 additions
and
0 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 |
---|---|---|
|
@@ -87,6 +87,7 @@ jobs: | |
uses: Ana06/[email protected] | ||
- name: Validate Build | ||
run: | | ||
set -x | ||
if [ "${{ matrix.compiler }}" == "intel" ]; then | ||
export SKIP_CI_SPECS="${{ env.SKIP_CI_SPECS }} components/serial-libs/openblas/SPECS/openblas.spec" | ||
export SKIP_CI_SPECS="${SKIP_CI_SPECS} components/dev-tools/scipy/SPECS/python-scipy.spec" | ||
|
@@ -177,6 +178,7 @@ jobs: | |
uses: Ana06/[email protected] | ||
- name: Validate Build | ||
run: | | ||
set -x | ||
. /etc/profile.d/lmod.sh | ||
tests/ci/run_build.py ohpc ${{ steps.files.outputs.added_modified }} | ||
touch /tmp/empty | ||
|
@@ -238,6 +240,7 @@ jobs: | |
uses: Ana06/[email protected] | ||
- name: Validate Build | ||
run: | | ||
set -x | ||
. /etc/profile.d/lmod.sh | ||
tests/ci/run_build.py ohpc ${{ steps.files.outputs.added_modified }} | ||
touch /tmp/empty | ||
|
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