Skip to content

Commit

Permalink
New attempt.
Browse files Browse the repository at this point in the history
  • Loading branch information
ndilalla committed Jan 11, 2021
1 parent 55eceb4 commit 1bc183f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_and_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Build package
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
conda build --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
else
# there is some strange error about the prefix length
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
# Build package
if [[ "${{matrix.os}}" == "ubuntu-latest" ]]; then
conda build --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
conda build --no-build-id --python=${{matrix.python-version}} conda_recipe/xspec-modelsonly
else
# there is some strange error about the prefix length
Expand Down

0 comments on commit 1bc183f

Please sign in to comment.