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 f14ec8a commit 35825ccCopy full SHA for 35825cc
.github/workflows/ci-full-tests.yml
@@ -33,6 +33,7 @@ jobs:
33
${{ runner.os }}-pip-
34
35
- name: Install dependencies
36
+ shell: bash
37
run: |
38
python -m pip install --upgrade pip
39
if [ "${{ matrix.python-version }}" = "3.10" ]; then
.github/workflows/ci-quick-tests.yml
@@ -32,6 +32,7 @@ jobs:
32
0 commit comments