We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036a5b8 commit 0445594Copy full SHA for 0445594
.github/actions/setup-env/action.yml
@@ -19,6 +19,7 @@ runs:
19
${{ inputs.package-root-dir }}/setup.py
20
21
- name: Install dependencies
22
+ shell: bash
23
run: |
24
python -m pip install --upgrade pip
25
pip install ${{ inputs.package-root-dir }}[test]
.github/workflows/test.yml
@@ -29,6 +29,7 @@ jobs:
29
package-root-dir: ${{ matrix.package-root-dir }}
30
31
- name: Run tests
32
33
34
cd ${{ matrix.package-root-dir }}
35
pytest
0 commit comments