Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.sirius filter=lfs diff=lfs merge=lfs -text
6 changes: 2 additions & 4 deletions .github/workflows/PythonTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
SIRIUS_PW: ${{ secrets.SIRIUS_PW }}
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
Expand Down Expand Up @@ -70,10 +72,6 @@ jobs:
unzip -q sirius-${version}-linux-x64.zip
- name: Change HOME to working directory of runner
run: echo "HOME=/home/runner/work/sirius-client-openAPI" >> $GITHUB_ENV
- name: Download tomato_small project space
run: |
wget -nv ${{ secrets.TOMATO_SMALL_DOWNLOAD_LINK }} -O $HOME/tomato_small.sirius
chmod 666 $HOME/tomato_small.sirius
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/RTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
SIRIUS_PW: ${{ secrets.SIRIUS_PW }}
steps:
- uses: actions/checkout@v3
with:
lfs: true
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
Expand Down Expand Up @@ -73,10 +75,6 @@ jobs:
unzip -q sirius-${version}-linux-x64.zip
- name: Change HOME to working directory of runner
run: echo "HOME=/home/runner/work/sirius-client-openAPI" >> $GITHUB_ENV
- name: Download tomato_small project space
run: |
wget -nv ${{ secrets.TOMATO_SMALL_DOWNLOAD_LINK }} -O $HOME/tomato_small.sirius
chmod 666 $HOME/tomato_small.sirius
- name: Check SIRIUS download
run: |
echo "Show content of cache download (.updater/api/)"
Expand Down
3 changes: 3 additions & 0 deletions .updater/clientTests/Data/tomato_small.sirius
Git LFS file not shown
3 changes: 0 additions & 3 deletions .updater/clientTests/README.md

This file was deleted.

62 changes: 0 additions & 62 deletions .updater/example_scripts/SDK_Example.R

This file was deleted.

78 changes: 0 additions & 78 deletions .updater/example_scripts/SDK_example.py

This file was deleted.

164 changes: 0 additions & 164 deletions .updater/examples/mgf/laudanosine.mgf

This file was deleted.

Loading