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.
2 parents 2e1d700 + 1316e06 commit 2b32d3bCopy full SHA for 2b32d3b
.github/workflows/test.yaml
@@ -68,7 +68,7 @@ jobs:
68
runs-on: ${{ matrix.os }}
69
defaults:
70
run:
71
- shell: bash # windows default isn't bash
+ shell: bash --noprofile --norc -eo pipefail {0} # windows default isn't bash
72
73
strategy:
74
fail-fast: false
@@ -119,7 +119,7 @@ jobs:
119
python-version: "${{ matrix.python-version }}"
120
121
- name: Update root build packages
122
- run: pip install --upgrade pip
+ run: python -m pip install --upgrade pip
123
124
- name: Download built artifacts
125
uses: actions/download-artifact@v4
0 commit comments