-
Notifications
You must be signed in to change notification settings - Fork 1
Conversation
I dont like the data cp at https://github.com/matchms/matchms/blob/improve-conda/conda/build.sh#L10, this should not be needed. Did you try to use package_data in setup.py? For example https://github.com/3D-e-Chem/sygma/blob/master/setup.py#L44 |
Changed in eda8b12. Testing now... |
Co-authored-by: Stefan Verhoeven <[email protected]>
and merge changlog entries for unreleased and 0.3.2 |
.github/workflows/conda_build.yml
Outdated
env: | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} | ||
- name: Deactivate matchms-dev environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you doing something else now, the single job is a bit long for me. Can you split it up in 2 jobs which depend on each other:
- name: Deactivate matchms-dev environment | |
condabuild: | |
name: Python ${{ matrix.python-version }} / ${{ matrix.os }} | |
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }} | |
needs: build | |
steps: | |
- uses: actions/checkout@v2 | |
with: | |
fetch-depth: '0' |
Then you don't need to deactivate a env, but need to checkout.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in bb75b60
I do not see the build job in https://github.com/matchms/matchms/actions/runs/110289735 run. There is a parse error of the yml file. You need to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Build job does not run, see possible solution in matchms/matchms#244 (comment)
Kudos, SonarCloud Quality Gate passed! 0 Bugs |
The PR moved to matchms/matchms#31 |
Version 0.3.2
This PR includes the changes in #241
Refs: #242 #227 #139
Changed
Removed
spec2vec
similarity related functionality frommatchms
to iomega/spec2vec