Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Nov 29, 2023
1 parent 3acc773 commit 47cb466
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -399,9 +399,9 @@ installation:
- cp -r "src/python/object_in_fluid" "${CI_INSTALL_PYTHON_PATH}/object_in_fluid"
# run all tests with the installed files
- sed -i "s|$(pwd)/pypresso|${CI_INSTALL_DIR}/bin/pypresso|" testsuite/{python,scripts/samples,scripts/tutorials}/CTestTestfile.cmake
- make -j ${CI_CORES} check_python_skip_long
- make -j ${CI_CORES} check_samples
- make -j 2 check_tutorials
- make check_python_skip_long
- make check_samples
- make check_tutorials
tags:
- espresso
- cuda
Expand Down

0 comments on commit 47cb466

Please sign in to comment.