Skip to content

Commit

Permalink
Fixing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Aug 18, 2022
1 parent 717bac3 commit 8798910
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 31 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.

10 changes: 9 additions & 1 deletion environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,25 @@ dependencies:
- eigen
- furo
- gmatelastic
- gmatelastoplasticqpot
- gmatelastoplastic
- gmatelastoplasticfinitestrainsimo
- gmatelastoplasticqpot >=0.17.0
- gmatnonlinearelastic
- h5py
- highfive
- mathjax
- ninja
- numpy
- pybind11
- python
- python-gmatelastic
- scikit-build
- setuptools_scm
- sphinx
- sphinx_rtd_theme
- sphinx-tabs
- xdmfwrite_h5py
- xdmfwrite_highfive
- xsimd
- xtensor
- xtensor-python

0 comments on commit 8798910

Please sign in to comment.