Skip to content

Commit

Permalink
fix some more minor things
Browse files Browse the repository at this point in the history
  • Loading branch information
ebknudsen committed Oct 9, 2023
1 parent c88a70d commit dd30e0d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/run_openmc_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# This workflow will install CAD_to_OpenMC and OpenMC and run neutronics on some geometries

name: Run OpenMC-based tests

Expand Down Expand Up @@ -32,7 +31,6 @@ jobs:
sudo apt-get update
sudo apt-get -y install gcc cmake make build-essential cython3 libeigen3-dev libnetcdf-dev libnetcdf19 libnetcdf-mpi-dev libnetcdf-mpi-19 python3-netcdf4 libhdf5-103 libhdf5-cpp-103 libhdf5-dev python3-setuptools python3-build python3-pip libglu1-mesa
pip install pytest
- name: Build and install openmc
run: |
git clone --depth 1 https://github.com/openmsr/openmc_install_scripts
Expand Down

0 comments on commit dd30e0d

Please sign in to comment.