Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HanneThienpondt committed Feb 26, 2025
1 parent 70cca28 commit 4d5b539
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check_pyrokinetics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,9 @@ jobs:
sudo apt update
sudo apt install -y gfortran make libfftw3-dev libnetcdf-dev libnetcdff-dev
sudo apt install -y netcdf-bin python3 python3-pip openmpi-bin libopenmpi-dev
pip3 install --upgrade pip
pip3 install --user -r AUTOMATIC_TESTS/requirements.txt
pip install EXTERNALS/pyrokinetics/.
pip3 install --user -r EXTERNALS/pyrokinetics/.
sed -i 's/nproc = 16/nproc = 1/g' AUTOMATIC_TESTS/config.ini
# Perform pyrokinetics tests
Expand Down

0 comments on commit 4d5b539

Please sign in to comment.