Commit ff7fb7b 1 parent 5a74a56 commit ff7fb7b Copy full SHA for ff7fb7b
File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# This workflow will install Python dependencies, run tests and lint with a single version of Python
2
2
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
3
3
4
- name : Test the library
4
+ name : Unit tests
5
5
6
6
on :
7
7
push :
Original file line number Diff line number Diff line change 12
12
13
13
# Python client for the gobbler service
14
14
15
- Pretty much as it says on the tin; provides an Python client for the [ Gobbler service] ( https://github.com/ArtifactDB/gobbler ) ,
16
- as a sister package to the corresponding [ R client] ( https://github.com/ArtifactDB/gobbler-R ) .
15
+ ![ Unit tests] ( https://github.com/ArtifactDB/gobbler-py/actions/workflows/run-tests.yaml/badge.svg )
16
+ ![ Documentation] ( https://github.com/ArtifactDB/gobbler-py/actions/workflows/build-docs.yaml/badge.svg )
17
+
18
+ Pretty much as it says on the tin; provides an Python client for the [ Gobbler service] ( https://github.com/ArtifactDB/gobbler ) .
19
+ It is assumed that the users of this package and the Gobbler service itself are accessing the same shared filesystem;
20
+ this is typically the case for high-performance computing (HPC) clusters in scientific institutions.
17
21
To demonstrate, let's spin up a mock Gobbler instance:
18
22
19
23
``` python
You can’t perform that action at this time.
0 commit comments