Skip to content

Commit dfda4c2

Browse files
committed
fixup! ci: add GH workflow
1 parent 41046ca commit dfda4c2

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
python -m pip install --upgrade pip setuptools
2727
pip install tox
2828
- name: Test
29+
shell: bash
2930
run: |
3031
tox -e ${{ matrix.tox_env }} -- pytest -svv -k test_fastapi
3132

_appmap/test/conftest.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ def __init__(self, info: ServerInfo, controldir, xprocess):
178178
# In the meantime, pass the desired directory to server_runner, which
179179
# will handle changing the working directory.
180180
self._args = [
181+
"bash",
181182
(Path(__file__).parent / "bin" / "server_runner").as_posix(),
182183
(Path(__file__).parent / "data" / info.name).as_posix(),
183184
f"{Path(sys.executable).as_posix()} {info.cmd}",

0 commit comments

Comments
 (0)