Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
text-generation-inference
Commits
23e10288
Unverified
Commit
23e10288
authored
Mar 23, 2023
by
OlivierDehaene
Committed by
GitHub
Mar 23, 2023
Browse files
feat(python-client): add CI (#136)
parent
5d04525c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
.github/workflows/client-tests.yaml
.github/workflows/client-tests.yaml
+25
-0
No files found.
.github/workflows/client-tests.yaml
0 → 100644
View file @
23e10288
name
:
Python Client Tests
on
:
pull_request
:
paths
:
-
"
.github/workflows/client-tests.yaml"
-
"
clients/python/**"
jobs
:
run_tests
:
runs-on
:
ubuntu-20.04
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Set up Python
uses
:
actions/setup-python@v1
with
:
python-version
:
3.9
-
name
:
Install
run
:
|
cd clients/python && pip install .
-
name
:
Run tests
run
:
|
pip install pytest pytest-asyncio
cd clients/python && pytest tests
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment