We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca80ba6 commit 9c26615Copy full SHA for 9c26615
1 file changed
.github/workflows/github-actions.yml
@@ -15,11 +15,16 @@ jobs:
15
python-version: ${{ matrix.python-version }}
16
- name: Display Python Version
17
run: python -c "import sys; print(sys.version)"
18
+ shell: bash
19
- name: Install STUMPY And Other Dependencies
20
run: pip install --editable .[ci]
21
22
- name: Run Black
23
run: black --check --diff ./
24
25
- name: Run Flake8
26
run: flake8 ./
27
28
- name: Run Unit Tests
- run: ./test.sh unit
29
+ run: ./test.sh unit
30
0 commit comments