Skip to content

Commit be6abfe

Browse files
force bash
1 parent 64ea866 commit be6abfe

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/_test-integrations.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ jobs:
103103
python scripts/generate_lite_toml.py
104104
mv -f pyproject-lite.toml pyproject.toml
105105
pip install -e '.[test]'
106+
shell: bash
106107
- name: Run Integration Testing
107108
env:
108109
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}

.github/workflows/_test-units.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
python scripts/generate_lite_toml.py
8989
mv -f pyproject-lite.toml pyproject.toml
9090
pip install -e '.[test]'
91-
91+
shell: bash
9292
- name: Unit testing with pytest
9393
run: |
9494
pytest

0 commit comments

Comments
 (0)