Skip to content

Commit

Permalink
.github/workflows/unit_tests.yaml: run in path /teuthology_api
Browse files Browse the repository at this point in the history
This is because teuthology does not monkey patch threads
if args have "teuthology_api"[1].

[1] https://github.com/ceph/teuthology/blob/029bda193b1d38b67b279eb5c1037caa8408be24/teuthology/__init__.py#L29

Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Nov 21, 2024
1 parent 4660f3c commit cd6d7bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
python: "3.10"
steps:
- uses: actions/checkout@v4
with:
path: teuthology_api
- name: Setup Python
uses: actions/setup-python@v4
with:
Expand All @@ -21,3 +23,4 @@ jobs:
- name: Run tox
# Run tox using the version of Python in `PATH`
run: tox -e py
working-directory: teuthology_api

0 comments on commit cd6d7bd

Please sign in to comment.