Skip to content

Commit

Permalink
Trying again.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Aug 17, 2022
1 parent dede2e0 commit 79e795b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,9 @@ jobs:
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
#conda install -c conda-forge boa -n base
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
conda install -c conda-forge boa -n base
conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
else
curl -LO -z MacOSX10.9.sdk.tar.xz https://github.com/phracker/MacOSX-SDKs/releases/download/10.13/MacOSX10.9.sdk.tar.xz
Expand Down
2 changes: 2 additions & 0 deletions conda_recipe/xspec-modelsonly/conda_build_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
c_compiler:
- gcc # [linux]
- clang # [osx]
cxx_compiler:
- gxx # [linux]
- clangxx # [osx]
fortran_compiler:
- gfortran # [osx]
Expand Down

0 comments on commit 79e795b

Please sign in to comment.