Skip to content

Commit

Permalink
try separation again
Browse files Browse the repository at this point in the history
  • Loading branch information
grburgess committed Aug 10, 2022
1 parent 30d7dc8 commit b6af800
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
conda install -c conda-forge clang_osx-64 clangxx_osx-64 gfortran_osx-64
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
fi
- name: Intall the Package
Expand Down Expand Up @@ -164,7 +165,7 @@ jobs:
conda install -c conda-forge boa -n base
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
conda mambabuild --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly-linux
else
# there is some strange error about the prefix length
Expand Down

0 comments on commit b6af800

Please sign in to comment.