Skip to content

Commit

Permalink
Updating deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 18, 2022
1 parent ac8f80b commit b5f7f70
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 33 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,12 @@ jobs:
include:
- runs-on: ubuntu-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1 -DBUILD_EXAMPLES=1
conda: docs/examples/environment.yaml
prop: tests & examples
- runs-on: macos-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1 -DBUILD_DOCS=1
conda: environment.yaml
prop: tests
- runs-on: windows-latest
config: -DCMAKE_BUILD_TYPE=Release -DBUILD_TESTS=1 -G Ninja -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
conda: environment.yaml
prop: tests

defaults:
Expand All @@ -44,7 +41,7 @@ jobs:
- name: Set conda environment
uses: mamba-org/provision-with-micromamba@main
with:
environment-file: ${{ matrix.conda }}
environment-file: environment.yaml
environment-name: myenv

- name: Install clang
Expand Down
26 changes: 0 additions & 26 deletions docs/examples/environment.yaml

This file was deleted.

14 changes: 11 additions & 3 deletions environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,27 @@ dependencies:
- cmake
- doxygen
- eigen
- furo
- gmatelastic
- gmatelastoplasticqpot
- qpot <0.12.0 # remove when "gmatelastoplasticqpot" is updated
- gmatelastoplastic
- gmatelastoplasticfinitestrainsimo
- gmatelastoplasticqpot >=0.17.0
- gmatnonlinearelastic
- h5py
- highfive
- mathjax
- ninja
- numpy
- pybind11
- python
- python-gmatelastic
- scikit-build
- setuptools_scm
- sphinx
- sphinx-tabs
- sphinx_rtd_theme
- sphinx-tabs
- xdmfwrite_h5py
- xdmfwrite_highfive
- xsimd
- xtensor
- xtensor-python

0 comments on commit b5f7f70

Please sign in to comment.