Skip to content

Commit cae16d3

Browse files
committed
fg
1 parent ef1246f commit cae16d3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run_tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
version: ["3.9", "3.12"]
2424
defaults:
2525
run:
26-
shell: bash -el {0}
26+
shell: bash -l {0}
2727

2828
runs-on: ${{ matrix.os }}
2929

@@ -52,5 +52,6 @@ jobs:
5252
sudo apt install libomp-dev
5353
- name: Install and Test with pytest
5454
run: |
55+
export PATH="$pythonLocation:$PATH"
5556
python -m pip install -e .[Dev]
56-
pytest -s tests/ --cov=RATapi --cov-report=term
57+
pytest tests/ --cov=RATapi --cov-report=term

0 commit comments

Comments
 (0)