Skip to content

Commit

Permalink
Check stella executables
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt committed Sep 30, 2024
1 parent 34fd9e1 commit a5911f8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/old_stella_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,17 @@ jobs:
sudo apt install -y netcdf-bin python3 python3-pip openmpi-bin libopenmpi-dev
pip3 install --user -r AUTOMATIC_TESTS/requirements.txt
sed -i 's/nproc = 16/nproc = 4/g' AUTOMATIC_TESTS/config.ini
# Check $GITHUB_WORKSPACE
- name: Check Github Workspace
run: |
echo " "; echo "Running directory:"; echo " $(pwd)"
echo " "; echo "Files in directory:"; echo "$(ls -la | sed 's/^/ /')"
echo " "; echo "Files in directory:"; echo "$(ls AUTOMATIC_TESTS/numerical_tests -la | sed 's/^/ /')"
echo " "; echo "Files in directory:"; echo "$(ls AUTOMATIC_TESTS/numerical_tests/stella_releases -la | sed 's/^/ /')"
# Coppy stella executable from AUTOMATIC_TESTS/numerical_tests/stella_releases
- name: Download stella
- name: Copy stella executable
run: |
cp AUTOMATIC_TESTS/numerical_tests/stella_releases/stella_v0.7 stella
Expand Down

0 comments on commit a5911f8

Please sign in to comment.