Skip to content

Commit

Permalink
added cd ..
Browse files Browse the repository at this point in the history
  • Loading branch information
shimwell committed Mar 18, 2024
1 parent 9b094cf commit 4533607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_pip_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
cmake ../moab -DENABLE_PYMOAB=ON -DENABLE_HDF5=ON -DENABLE_BLASLAPACK=OFF -DENABLE_FORTRAN=OFF
make -j2
make install
cd ..
cd ../..
python -m pip install .
python -c "import cad_to_dagmc"
python -m pip install .[tests]
Expand Down

0 comments on commit 4533607

Please sign in to comment.