Skip to content

Commit

Permalink
fix yml issues
Browse files Browse the repository at this point in the history
  • Loading branch information
n-claes committed Jun 15, 2021
1 parent fd6aee1 commit 6d9d7e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/legolas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest numpy matplotlib f90nml tqdm psutil pytest-mpl gcovr
cd post_processing
python setup.py develop
sudo python setup.py develop
- name: Cache pFUnit
id: pfunit-cache
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
make -j 2
cd ..
./test_legolas
elif [[ "${{ matrix.name }} == "regression" ]]; then
elif [[ "${{ matrix.name }}" == "regression" ]]; then
cd $LEGOLASDIR/tests/regression_tests
pytest -v regression.py test*
fi
Expand Down

0 comments on commit 6d9d7e9

Please sign in to comment.