Skip to content

Commit

Permalink
EBR-91: refactor in build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
915-Misan-Teodora committed Sep 10, 2024
1 parent 0cfbe8a commit 8f03e4a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,10 +84,12 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

- uses: actions/upload-artifact@v3
- name: Upload extension packages
uses: actions/upload-artifact@v4
with:
name: myextension-sdist
path: myextension.tar.gz
name: extension-artifacts-${{ matrix.python-version }}
path: dist/tvbextunicore*
if-no-files-found: error

test_isolated:
needs: build
Expand All @@ -101,7 +103,7 @@ jobs:
architecture: 'x64'
- uses: actions/download-artifact@v4
with:
name: extension-artifacts
name: extension-artifacts-3.11
- name: Install and Test
run: |
set -eux
Expand Down
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,11 +123,6 @@ In development mode, you will also need to remove the symlink created by `jupyte
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
folder is located. Then you can remove the symlink named `tvb-ext-unicore` within that folder.

### Acknowledgments

This project has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

This project has received funding from the European Union’s Horizon Europe Programme under the Specific Grant Agreement No. 101147319 (EBRAINS 2.0 Project).

### Testing the extension

Expand Down Expand Up @@ -163,3 +158,10 @@ jlpm test
### Packaging the extension

See [RELEASE](RELEASE.md)

## Acknowledgments

This project has received funding from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

This project has received funding from the European Union’s Horizon Europe Programme under the Specific Grant Agreement No. 101147319 (EBRAINS 2.0 Project).

0 comments on commit 8f03e4a

Please sign in to comment.