We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f097b9 commit cc539dfCopy full SHA for cc539df
.github/workflows/ci-testing.yaml
@@ -44,10 +44,13 @@ jobs:
44
python-version: ${{ matrix.python-version }}
45
46
- name: Upgrade package installer for Python
47
+ shell: bash
48
run: python -m pip install --upgrade pip
49
50
- name: Install Python dependencies
51
52
run: python -m pip install -r requirements.txt
53
54
- name: Run Python tests
55
56
run: PYTHONPATH=$(pwd)/src python -m pytest tests/ --color=yes
0 commit comments