Skip to content

Commit cc539df

Browse files
committed
Update CI workflow for Python testing
1 parent 0f097b9 commit cc539df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-testing.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,13 @@ jobs:
4444
python-version: ${{ matrix.python-version }}
4545

4646
- name: Upgrade package installer for Python
47+
shell: bash
4748
run: python -m pip install --upgrade pip
4849

4950
- name: Install Python dependencies
51+
shell: bash
5052
run: python -m pip install -r requirements.txt
5153

5254
- name: Run Python tests
55+
shell: bash
5356
run: PYTHONPATH=$(pwd)/src python -m pytest tests/ --color=yes

0 commit comments

Comments
 (0)