We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64ea866 commit be6abfeCopy full SHA for be6abfe
2 files changed
.github/workflows/_test-integrations.yml
@@ -103,6 +103,7 @@ jobs:
103
python scripts/generate_lite_toml.py
104
mv -f pyproject-lite.toml pyproject.toml
105
pip install -e '.[test]'
106
+ shell: bash
107
- name: Run Integration Testing
108
env:
109
MINDEE_API_KEY: ${{ secrets.MINDEE_API_KEY_SE_TESTS }}
.github/workflows/_test-units.yml
@@ -88,7 +88,7 @@ jobs:
88
89
90
91
-
92
- name: Unit testing with pytest
93
run: |
94
pytest
0 commit comments