Skip to content

Commit

Permalink
Merge branch 'fixing_pip_install_ci' of github.com:fusion-energy/cad_…
Browse files Browse the repository at this point in the history
…to_dagmc into fixing_pip_install_ci
  • Loading branch information
shimwell committed Mar 18, 2024
2 parents 0c01656 + 5de08f7 commit 482de0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
sudo apt-get upgrade -y
sudo apt-get install -y libgl1-mesa-glx libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libosmesa6 libosmesa6-dev libgles2-mesa-dev libarchive-dev libpangocairo-1.0-0
mamba activate
mamba install -y -c conda-forge "openmc=0.14.0=dagmc*nompi*" moab>=5.3.0
mamba install -y -c conda-forge "openmc=0.14.0=dagmc*nompi*" moab>=5.3.0 gmsh python-gmsh
python -m pip install --upgrade pip
python -m pip install .
python -m pip install openmc_data_downloader
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_with_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
mamba activate
mamba create -y --name cad_to_dagmc python=3.10
mamba activate cad_to_dagmc
mamba install -y -c conda-forge moab>=5.3.0
mamba install -y -c conda-forge moab>=5.3.0 gmsh python-gmsh
python -m pip install --upgrade pip
python -m pip install .
python -c "import cad_to_dagmc"
Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ classifiers = [
dependencies = [
"trimesh",
"networkx",
"gmsh",
"cadquery-ocp>=7.7.2",
"cadquery>=2.4.0",
]
Expand Down

0 comments on commit 482de0c

Please sign in to comment.